。。。

This commit is contained in:
wangliwen 2022-10-29 15:14:26 +08:00
parent f52aa25280
commit d2d2c70801
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ALTER TABLE `sys_dict_data`
MODIFY COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;
ADD COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;
ALTER TABLE `sys_dict_type`
MODIFY COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;
ADD COLUMN `status` int NULL DEFAULT 1 COMMENT '启用状态(0未启用 1启用)' AFTER `update_date`;