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
213 B

alter table mirror
add list_open boolean;
comment on column mirror.list_open is '镜像大屏列表是否折叠';
alter table mirror
add "check" integer[];
comment on column mirror."check" is '分组勾选';