Adoni migra
node ace make:migration users
node ace migration:run
# Rollback the latest batch
node ace migration:rollback
# Rollback until the start of the migration
node ace migration:rollback --batch=0
# Rollback until batch 1
node ace migration:rollback --batch=1
Asif Patel