Rollback a specific Rails migration
bundlde exec rails db:migrate:down VERSION=202101010000001
Where 202101010000001
is the migration you want to rollback
bundlde exec rails db:migrate:down VERSION=202101010000001
Where 202101010000001
is the migration you want to rollback