rails what name can give to a migraniton with multiples changes code example
Example: rails rollback multiple migrations
rake db:rollback STEP=n
# n = how many migrations you want to rollback
rake db:rollback STEP=n
# n = how many migrations you want to rollback