Steps
Create Tables
You have created and got the keys in getting startedTime to build your database. Go to SQL Editor in Supabase.Click Run ▶️Click Run ▶️Click Run ▶️
Profiles Table
Stores user info and subscription status:SQL Editor
Leads Table (optional)
Only need this if you’re collecting waitlist signups:SQL Editor
Stripe Events Table
Prevents duplicate webhook processing when Stripe retries failed events. Stores event IDs to ensure idempotency - each event is processed exactly once.SQL Editor
