注释格式修正

This commit is contained in:
万佳 2021-09-07 16:46:49 +08:00
parent 44d5ff4d94
commit eb18d0b1d3
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ CREATE TABLE `gitlink_sys_notification` (
KEY `index_on_status` (`status`)
) ENGINE=INNODB DEFAULT CHARSET=utf8mb3;
--2021-09-07
-- 2021-09-07 区分系统消息类
ALTER TABLE gitlink_sys_notification ADD COLUMN
( `type` TINYINT(4) NOT NULL DEFAULT 1 COMMENT '消息类型: 1系统消息2@我');