dbpatch/202410/机具大融合/20241016_bm_storage_log更新字段...

5 lines
197 B
MySQL
Raw Normal View History

2024-10-16 10:00:19 +08:00
-- 退库接收-维修数量
alter table bm_storage_log
drop column maintenance_num;
alter table bm_storage_log
add repair_num int null comment '退库接收-维修数量' AFTER `pass_num`;