机具类型新增是否成套字段
This commit is contained in:
parent
54a62e1588
commit
3712c06819
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- 是否是成套设备(1:是 )
|
||||||
|
alter table ma_type
|
||||||
|
add is_whole_set int null comment '是否是成套设备(1:是 )';
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- 是否是成套设备(1:是 )
|
||||||
|
alter table ma_type
|
||||||
|
add is_whole_set int null comment '是否是成套设备(1:是 )';
|
||||||
Loading…
Reference in New Issue