Adding db:table --sort option for columns listing #44495
Unanswered
katalystsol
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having to deal with a large legacy PostgreSQL database that has quite a few tables with a large number of columns. Given that PostgreSQL does not allow positioning of columns when adding new columns to an existing table, the columns have no logical order and are difficult to navigate to find the column info I need.
I absolutely love the new db:table Artisan command and has made life much better from that aspect. However, it is still difficult to navigate the tables with a large number of columns.
Would there be interest in adding a "--sort" option which would alphabetize the column listing section?
Beta Was this translation helpful? Give feedback.
All reactions