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.
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.