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.
10 lines
240 B
10 lines
240 B
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;
|
|
|
|
|