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

4 lines
136 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 是否是成套设备1
alter table ma_type
add is_whole_set int null comment '是否是成套设备1';