mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
7d74d69697
* chore: update readme for employees example * chore: update readme title * chore: wrap code example in admonition * chore: revamp schema diff guide
Database Migrations
This example uses Supabase CLI as a migration tool to manage your database schema changes.
Local development
npx supabase db start
Push to remote project
npx supabase login
npx supabase link
npx supabase db push