xtablo-source/supabase/migrations/20260314103000_add_tablo_overview_layout_v1.sql
2026-03-14 13:36:47 +01:00

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.';