5
Add the ability to change the position of table columns
Source: supabase/supabase#10268 · opened by @user72356
As my applications grow, I add new columns to tables and those are placed at the end of the list of columns. To ease development I like to keep related columns grouped. Today we can visually reorder the columns via drag & drop in the Supabase UI and this order is saved within the browser's local storage. The issues with this approach are: • The custom order is gone if for whatever reason local storage is erased. • It isn't reflected on other machines such as my own or my coworkers. • It isn't reflected in the types generated via the Supabase CLI ( • It isn't reflected in automated reports, which need manual mapping via views or other means. PostgreSQL itself doesn't have a mechanism by which to change the order of columns. Manually recreating tables is the only way to do this, which isn't practical or advisable for established projects. See I'm wondering if Supabase could offer this ordering capability thr…
No pledges yet. Be the first to back this.
Comments
Similar requests
Columns should have the same order in the table editor and table update menu
4 votes · 0 comments
Bug: Cannot Reorder Columns After Table Creation in Supabase Database Tables
1 vote · 0 comments
Add ability to hide columns in Table Editor
7 votes · 0 comments
Snowflake wrapper does not quote identifiers, causing failures with mixed-case column names
1 vote · 0 comments
Table Editor UX: unclear table selection
2 votes · 0 comments
No comments yet.