5 lines
203 B
SQL
5 lines
203 B
SQL
alter table public.tablos
|
|
add column if not exists layout_overview_v1 jsonb;
|
|
|
|
comment on column public.tablos.layout_overview_v1 is
|
|
'Per-tablo overview layout configuration (v1) for tablo-details.';
|