Authored by mali

update erp_product.product set skc_onsale_status = 1;

Alter table erp_product.product add column skc_onsale_status tinyint(4) NOT NULL DEFAULT '1' comment '是否skc都已经上架, 1代表是 0代表否';
\ No newline at end of file
Alter table erp_product.product add column skc_onsale_status tinyint(4) NOT NULL DEFAULT '0' comment '是否skc都已经上架, 1代表是 0代表否';
update erp_product.product set skc_onsale_status = 1;
\ No newline at end of file
... ...