-- Reference data lives in Supabase so seasonality and nutrition do not need to -- be copied into every user's Pathmark Sync Google Sheet. create table if not exists ...
created_at timestamptz not null default now(), updated_at timestamptz not null default now(), expires_at timestamptz not null default (now() + interval '24 hours'), drop trigger if exists ...