|
|
Alter table erp_product.product add column skc_onsale_status tinyint(4) NOT NULL DEFAULT '0' 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 '1' comment '是否skc都已经上架, 1代表是 0代表否'; |
|
|
\ No newline at end of file |
...
|
...
|
|