局长信箱-后台服务
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
324 B

ALTER TABLE "mailbox"."mail"
ADD COLUMN "first_distribute_comment" varchar(2000),
ADD COLUMN "second_distribute_comment" varchar(2000);
COMMENT ON COLUMN "mailbox"."mail"."first_distribute_comment" IS '市局下发意见';
COMMENT ON COLUMN "mailbox"."mail"."second_distribute_comment" IS '二级机构下发意见';