Getting remote schema onto local supabase
I used the table editor on the supabase website to create a schema, and now I have supabase running locally.
Is there a way to dump the remote schema onto my local database?
I tried this after linking the project:
But it just sits there with this message at 0% forever:
I have no local schemas or migrations. There doesn't seem to be anything in the docs about doing this; the local development page (https://supabase.com/docs/guides/cli/local-development) only seems to have instructions for pushing changes from local -> remote
Is there a way to dump the remote schema onto my local database?
I tried this after linking the project:
But it just sits there with this message at 0% forever:
I have no local schemas or migrations. There doesn't seem to be anything in the docs about doing this; the local development page (https://supabase.com/docs/guides/cli/local-development) only seems to have instructions for pushing changes from local -> remote
How to use Supabase on your local development machine.