Database Setup

Set up the Supabase database tables for the SEED program

Create Database Tables
This will create the necessary tables in Supabase for students, directors, clients, and assignments.
Next Steps
  1. Click "Create Tables" above to set up the database schema
  2. Go to your Supabase project's SQL EditorOpen SQL Editor →
  3. Run the data import scripts in order:
    • 02-seed-directors-data.sql
    • 03-seed-students-data.sql
    • 04-seed-clients-data.sql
    • 05-seed-client-assignments.sql
  4. The forms will automatically use Supabase data once tables are populated
  5. Until then, forms will continue using Airtable data as a fallback
Current Status

The SHIN app is currently using Airtable as the data source. Once you complete the database setup, all forms will automatically switch to using Supabase for better performance and scalability.