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
385 B
7 lines
385 B
ALTER TABLE `negative`.`negative` |
|
ADD COLUMN `first_distribute_comments` text NULL COMMENT '市局下发意见' AFTER `crt_depart_level`; |
|
|
|
|
|
ALTER TABLE `negative`.`alarm_notification` |
|
ADD COLUMN `notification_depart_id` varchar(40) COMMENT '被通知单位ID' AFTER `notification_depart_name`, |
|
ADD COLUMN `request_reply` tinyint NULL DEFAULT 1 COMMENT '是否要求回复'; |