3 lines
119 B
MySQL
3 lines
119 B
MySQL
|
|
-- 设备工器具类型
|
||
|
|
alter table ma_type_put_in_storage_info
|
||
|
|
add TYPE int null comment '设备工器具类型';
|