Using db_column_name
when adding columns to existing tables using auto migrations
#945
Labels
bug
Something isn't working
You can explicitly specify the database column name:
When using auto migrations to add such a column to an existing table, it seems like
db_column_name
isn't being used.The text was updated successfully, but these errors were encountered: