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 "mailbox"."mail" |
|
ADD COLUMN "three_sign_time" date, |
|
ADD COLUMN "submit_completion_time" date; |
|
|
|
COMMENT ON COLUMN "mailbox"."mail"."three_sign_time" IS '所队专班签收时间'; |
|
|
|
COMMENT ON COLUMN "mailbox"."mail"."submit_completion_time" IS '提交办理时间'; |