When working on a large and complex rails app I find it difficult to locate and work with specific columns in the database admin tools as the columns (there are well over 100 of them on some models) are displayed in chronological order based on they were created within the app.
Does anyone know of a scalable way to order columns alphabetically in the schema and have any newly created columns automatically slot into their correct position?