dbpatch/202409/南网仓储/20240930_机具类型新增是否成套字段.sql

4 lines
136 B
MySQL
Raw Normal View History

2024-10-09 13:19:03 +08:00
-- 是否是成套设备1
alter table ma_type
add is_whole_set int null comment '是否是成套设备1';