File size: 105 Bytes
dc8cb49
 
1
2
3
alter table public.customers
  add column if not exists session_data jsonb not null default '{}'::jsonb;