alter table project add start_time timestamp with time zone; comment on column project.start_time is '开工时间'; alter table project add remark varchar(300); comment on column project.remark is '备注'; alter table project add qutity_unit varchar(1024); comment on column project.qutity_unit is '质量检测单位';