420 B
420 B
Migrator
Needs
- To detect changes in migration schema and create migrations with Phinx
- Keep track of incremental changes in schema
- Create migration for Phinx
Usage
Check for changes:
vendor/bin/migrator check
Create migrations:
vendor/bin/migrator create
Check the create migrations and then:
vendor/bin/migrator migrate
or
vendor/bin/phinx migrate