This PHP library allows you to manage database migrations easily, including creating and rolling back database changes.
- Create migrations to alter the database schema.
- Run and rollback migrations easily using the MigrationRunner.
- Abstract Migration class for defining
up
anddown
methods.
composer require fathkoc/database-migration-library