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 '是否要求回复';