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

6 lines
225 B

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;