You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
298 B
2 lines
298 B
ALTER TABLE supervise_supplychain.gd_inventory_log ADD state int(11) default 0 COMMENT '当前状态:0:未上传;1:上传完成正导入数据库;2:导入完成创建报表;3:报表完成创建Excel;4:完成';
|
|
ALTER TABLE supervise_supplychain.gd_inventory_log ADD sid varchar(100) NULL;
|
|
|