Migrate Rollback and Re-Migrate
Useful command1 to test if the custom migration is working as expected for both up and down
bin/rails db:migrate:redo
# or with step
bin/rails db:migrate:redo STEP=3
Useful command1 to test if the custom migration is working as expected for both up and down
bin/rails db:migrate:redo
# or with step
bin/rails db:migrate:redo STEP=3