I have a Users model which needs an :email column (I forgot to add that column during the initial scaffold). I opened the migration file and added t.string :email, did rake db:migrate, and got a
Source: Adding a column to an existing table in a Rails migration – Stack Overflow
Recent Comments