bm_storage_log
This commit is contained in:
parent
181f64b88d
commit
e7a87da939
|
|
@ -0,0 +1,5 @@
|
||||||
|
-- 退库接收-维修数量
|
||||||
|
alter table bm_storage_log
|
||||||
|
drop column maintenance_num;
|
||||||
|
alter table bm_storage_log
|
||||||
|
add repair_num int null comment '退库接收-维修数量' AFTER `pass_num`;
|
||||||
Loading…
Reference in New Issue