2 lines
144 B
SQL

ALTER TABLE `ec_objecttype`
ADD COLUMN `specialType` int NULL DEFAULT NULL COMMENT '电力一次 或 电力二次 或 系统柜等' AFTER `IsElecFirstLevel`;