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.
7 lines
367 B
7 lines
367 B
|
|
ALTER TABLE `sys_user_log` MODIFY COLUMN `params` longtext DEFAULT NULL COMMENT '参数';
|
|
|
|
ALTER TABLE `sys_menu` MODIFY COLUMN `sort` int NOT NULL DEFAULT 1 COMMENT '排序';
|
|
|
|
ALTER TABLE `sys_notice_sms_log` MODIFY COLUMN `content` text NOT NULL COMMENT '发送内容';
|
|
ALTER TABLE `sys_notice_sms_log` MODIFY COLUMN `params` text NOT NULL COMMENT '数据参数';
|
|
|