alter table report_info add "structureIds" integer[]; comment on column report_info."structureIds" is '报表配置新增的结构物,为了存放多结构物'; alter table report_info alter column project_id drop not null;