Compare commits

...

2 Commits

2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 是否是成套设备1
alter table ma_type
add is_whole_set int null comment '是否是成套设备1';

View File

@ -0,0 +1,3 @@
-- 是否是成套设备1
alter table ma_type
add is_whole_set int null comment '是否是成套设备1';