YOUR_SUPABASE_URL
YOUR_SUPABASE_ANON_KEY
create table trip_expenses ( id uuid primary key default gen_random_uuid(), location text, description text, amount numeric, excluded text[], created_at timestamptz default now() );