Module rollback

Module rollback 

Source
Expand description

Migration Rollback - Handles rolling back applied migrations

Provides functionality to rollback migrations by batch or individually, executing DOWN statements to reverse schema changes.

Traitsยง

MigrationRollback
Extension trait for MigrationRunner to add rollback functionality