FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests