Possible Duplicate:
Add a default value to a column through a migration
I know it wouldn't affect existing data, but for every record going forward, I would like for there to be a default value - i.e. not null
to be stored in the column.
How do I do that for existing columns without having to drop the columns?