How to update DB:migration file after adding a column

If you need to add a column to an existing table just create another migration that adds just this one column. This is what migrations were created for in the first place.