zhaobing’
1 year ago
1 changed files with 4 additions and 4 deletions
@ -1,16 +1,16 @@ |
|||||
alter table public.project_correlation |
alter table project_correlation |
||||
add "maintenanceETime" timestamp with time zone; |
add "maintenanceETime" timestamp with time zone; |
||||
|
|
||||
comment on column public.project_correlation."maintenanceETime" is '维保结束时间' |
comment on column public.project_correlation."maintenanceETime" is '维保结束时间' |
||||
|
|
||||
alter table public.project_correlation |
alter table project_correlation |
||||
add "maintenanceSTime" timestamp with time zone; |
add "maintenanceSTime" timestamp with time zone; |
||||
|
|
||||
comment on column public.project_correlation."maintenanceSTime" is '维保开始时间'; |
comment on column public.project_correlation."maintenanceSTime" is '维保开始时间'; |
||||
|
|
||||
|
|
||||
alter table public.project_correlation |
alter table project_correlation |
||||
rename column "maintenanceETime" to maintenance_end; |
rename column "maintenanceETime" to maintenance_end; |
||||
|
|
||||
alter table public.project_correlation |
alter table project_correlation |
||||
rename column "maintenanceSTime" to maintenance_start; |
rename column "maintenanceSTime" to maintenance_start; |
||||
|
Loading…
Reference in new issue