New Supabase project migration handling?
Hello team, I'm curious on what the best practice is for handling migrations on a new Supabase project?
- I created a new local environment with the CLI and linked my remote db
- At this point should I pull the initial state of my remote db via ? This will pull all the initial setup of my project?
- I then can make changes locally and generate migration files/push as needed.