yeah you can either
1) change migrations, then migrate 'down' then up
2) add a new migration that changes the schema (better -- you can
rename tables, etc.)
yeah you can either
1) change migrations, then migrate 'down' then up
2) add a new migration that changes the schema (better -- you can
rename tables, etc.)