Back to Supabase

Database Migrations

examples/database/employees/README.md

1.26.04268 B
Original Source

Database Migrations

This example uses Supabase CLI as a migration tool to manage your database schema changes.

Local development

bash
npx supabase db start

Push to remote project

bash
npx supabase login
npx supabase link
npx supabase db push