An intelligent alternative version of Laravel Database Migrations

Features
* Using raw SQL queries
– you can use all the capabilities of your database to describe the structure and changes
– easy work with procedures and functions
– easy data migrations (INSERT/UPDATE)
– IDE native syntax support
* Running migrations within a transaction with automatic rollback in case of an error (if your database supports it, PostgreSQL for example)
* Dynamic output running the SQL-queries
* Automatic rollback after switching the branch (for reviewing, testing, demo, building at permanent/staging database)
* Auto-update the migration after editing
* Apply with rollback testing – UD-DOWN-UP
* Rollback or Reload any selected migration
via Laravel News Links
An intelligent alternative version of Laravel Database Migrations