mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 09:32:15 +08:00
* 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