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"."system_log_login" |
|
ADD COLUMN "device" varchar(255) DEFAULT 'PC'; |
|
|
|
COMMENT ON COLUMN "mailbox"."system_log_login"."device" IS '设备'; |
|
|
|
-- update mail_source set mail_id = id where sign_flag = true; |