Spaces:
Running
Running
Supabase Migrations
This directory contains the SQL scripts necessary to set up the database schema in Supabase.
How to run
- Go to your Supabase Dashboard.
- Select your project.
- Go to the SQL Editor in the left sidebar.
- Create a New Query.
- Copy the contents of
migrations/20260126_create_tables.sqland paste it into the editor. - Click Run.
Alternatively, if you have the Supabase CLI installed, you can link your project and run:
supabase db push