|
|
|
|
|
by scrollaway
1892 days ago
|
|
Renaming a column is an operation which showcases the weakness in not using an ORM. Other operations of the sort do exist, anything that operates on columns across multiple arbitrary spots in the code. IMO an hour for a change you have so little confidence about is not acceptable when the alternative allows you to do it in a second with full confidence. |
|
Keep in mind I've installed and used an ORM in projects where the ORM is used only for migrations, but not used in application code and this is absolutely a fine reason to use one imo. But adopting an ORM for migration purposes and forcing or using in application code simply because it's installed isn't necessarily a good approach.