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:
supabase db remote changes
supabase db remote changes
But it just sits there with this message at 0% forever:
Generating changes on the remote database since the last migration...
Generating changes on the remote database since the last migration...
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
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.