Open
Description
Replace robmorgan/phinx
by custom migration tool. The migration system should ideally take over the same logic and functionality as what is proposed by Laravel.
- Create migration
- Run migration
- Execute one migration
- Show migration status
- Rollback migration
In order to make the system configurable, it is necessary to provide :
- The migration directory configuration - probably via filter or constant
- The migration table name configuration - probably via filter or constant