alter table public.brand_kits
  add column if not exists test_emails jsonb not null default '[]'::jsonb;
