1
Sync UI-created tables/functions into local migrations
Source: supabase/supabase#48636 · opened by @ahmedsam199
When a table, function, or other schema object is created through the Studio UI, there's currently no easy way to bring that change into local migrations — you either rewrite the SQL manually or pull a full DB dump.
Idea: Track the SQL definition of anything created via the UI in an internal table, then let developers run a command locally to pull all pending changes and generate proper migration files in one go — instead of one huge SQL dump.
Idea: Track the SQL definition of anything created via the UI in an internal table, then let developers run a command locally to pull all pending changes and generate proper migration files in one go — instead of one huge SQL dump.
No pledges yet. Be the first to back this.
Comments
Similar requests
Supabase MCP Server for local development use
2 votes · 0 comments
Support for versioned subfolders in migrations
2 votes · 0 comments
Allow Customization of /migrations Directory in config.toml for Supabase Migrations and Shadow Database
7 votes · 0 comments
Add option to `supabase functions deploy` to delete non-local functions
2 votes · 0 comments
Add schema-aware Functions, Args, and Returns helper types to generated Supabase TypeScript types
1 vote · 0 comments
No comments yet.