1 changed files with 2 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
ALTER TABLE `notice` |
|||
ADD COLUMN `EXPIRATION_TIME` datetime NOT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT '通知过期时间(此时间需大于变更时间)' AFTER `CHANGE_TIME`; |
Loading…
Reference in new issue