运维服务中台
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.

13 lines
340 B

alter table project_correlation
1 year ago
add "maintenance_end" timestamp with time zone;
alter table project_correlation
1 year ago
add "maintenance_start" timestamp with time zone;
1 year ago
comment on column project_correlation."maintenance_end" is '维保结束时间';
comment on column project_correlation."maintenance_start" is '维保开始时间';