数字督察一体化平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
155 B

update model set involve_problem = null;
ALTER TABLE `negative`.`model`
ADD COLUMN `icon_color` varchar(255) NULL COMMENT '图标颜色' AFTER `icon`;