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.
|
ALTER TABLE `negative`.`negative` |
|
ADD COLUMN `handle_time` datetime NULL COMMENT '申请办结时间' AFTER `handle_timeout`; |
|
|
|
ALTER TABLE `negative`.`alarm_notification` |
|
ADD COLUMN `reply_limit` int NULL COMMENT '通知回复时限' AFTER `request_reply`; |