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 '分组勾选';