Alter table erp_product.product add column skc_onsale_status tinyint(4) NOT NULL…
… DEFAULT '0' comment '是否skc都已经上架, 1代表是 0代表否';
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or login to post a comment
… DEFAULT '0' comment '是否skc都已经上架, 1代表是 0代表否';