To create a migration, you only need two commands: - supabase migration new <migration_name> - supabase migration up --db-url <database_connection_string> <database_connection_string - for local development this is usual 'postgresql://postgres:
[email protected]:54322/postgres' Prerequisites: You need to have the Supabase CLI installed and run it from within a local Supabase project.