How do I add a default value to a column that already exists through a migration?
All the documentation I can find shows you how to do it if the column doesn’t already exist but in this case it does.
How do I add a default value to a column that already exists through a migration?
All the documentation I can find shows you how to do it if the column doesn’t already exist but in this case it does.