whFalsa / supabase /migrations /202606140001_customer_session_data.sql
codeBOKER's picture
feature: modify and delete driver trips
dc8cb49
Raw
History Blame Contribute Delete
105 Bytes
alter table public.customers
add column if not exists session_data jsonb not null default '{}'::jsonb;