Skip to content

Commit

Permalink
添加sql修改记录
Browse files Browse the repository at this point in the history
  • Loading branch information
singledemon committed Sep 8, 2023
1 parent 0099760 commit 1d20bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/sql/update.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- 2023-09-08 修改字典类型表
-- ----------------------------
ALTER TABLE `sagoo_iot`.`sys_dict_data`
ADD COLUMN `dict_class` int NULL DEFAULT 0 COMMENT '字典分类取值从字典类型' AFTER `remark`;
ADD COLUMN `dict_class` varchar(10) NOT NULL DEFAULT 0 COMMENT '字典分类取值从字典类型' AFTER `remark`;
ALTER TABLE `sagoo_iot`.`sys_dict_type`
MODIFY COLUMN `is_deleted` int NOT NULL DEFAULT 0 COMMENT '是否删除 0未删除 1已删除' AFTER `status`;
ALTER TABLE `sagoo_iot`.`sys_dict_type`
Expand Down

0 comments on commit 1d20bf9

Please sign in to comment.