Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Few IrreversibleMigrationException exceptions throws: - Column type "mediumtext" is not supported by MySQL - Cannot reverse a "Phinx\Db\Action\ChangeColumn" command - Cannot reverse a "Phinx\Db\Action\RemoveColumn" command - Cannot reverse a "Phinx\Db\Action\DropIndex" command Few MySQL errors: - Cannot drop index '...': needed in a foreign key constraint - Can't DROP 'type'; check that column/key exists Older migrations were fixed just to prevent copy -> paste errors in future.
- Loading branch information