// Subscriptions table create table public.subscriptions ( user_id uuid not null, stripe_customer_id text null,