How can I rename a database column in a Ruby on Rails migration?
I wrongly named a column hased_password instead of hashed_password. How do I update the database schema, using migration to rename this column? 3 … Read more
I wrongly named a column hased_password instead of hashed_password. How do I update the database schema, using migration to rename this column? 3 … Read more