【7.3.3】更新消息跳转的url字段

pull/20/head
fengshuonan 2022-11-22 00:04:27 +08:00
parent 48b3cdca67
commit a59f97d0cd
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `sys_message`
ADD COLUMN `message_url` varchar(500) NULL COMMENT '消息跳转的URL' AFTER `message_type`;

View File

@ -1,3 +0,0 @@
ALTER TABLE `sys_notice`
ADD COLUMN `notice_type` tinyint NULL DEFAULT 1 COMMENT '通知类型1-普通通知2-带url跳转链接' AFTER `notice_content`,
ADD COLUMN `notice_url` varchar(500) NULL COMMENT '通知的完整跳转url' AFTER `notice_type`;