Can I generate migrations from existing supabase project?
I'm embarrassed to say I've been adding tables, policies and functions via the GUI as I develop my project over the last few months, rather than writing migrations locally and pushing them to the db using CLI. So I have no migrations at all.
Can I use the CLI to generate migrations files for my existing supabase project?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.