Download my whole live database (without data) to use/test on local instance?
I want to download my live database as SQL migrations to test in a local supabase instance as I need to make some big mutations and need to test everything works before putting it into the live db.
I have
I have
- a few tables
- some RLS policies
- some edge functions
- some table views