Initialize the Supabase project. Create the SQL Schema that mirrors the my JSON structure contract. We need tables for users, matches, and logs. Acceptance Criteria: - [ ] Supabase project created. - [ ] SQL Schema applied (Tables created). - [ ] TypeScript types generated (if using TS) or Schema Diagram produced.