...
|
...
|
@@ -9,6 +9,7 @@ alter table erp_product.product add column shelve_time int(10) unsigned DEFAULT |
|
|
alter table erp_product.product add column `stock` smallint(6) DEFAULT 0 COMMENT '库存';
|
|
|
alter table erp_product.product add column `next_status` smallint COMMENT '下一流程状态';
|
|
|
Alter table erp_product.product ADD column `founder` int(11) COMMENT '操作人';
|
|
|
Alter table erp_product.product ADD column `is_info_miss` enum('Y', 'N') default 'Y' COMMENT '是否信息缺失';
|
|
|
create index product_edittime on product(`edit_time`);
|
|
|
|
|
|
create table product_ext(
|
...
|
...
|
|