| Package Data | |
|---|---|
| Maintainer Username: | vortgo |
| Package Create Date: | 2016-10-18 |
| Package Last Update: | 2016-10-21 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:06:37 |
| Package Statistics | |
|---|---|
| Total Downloads: | 633 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
dbal/lib/Doctrine/DBAL/Schema/Column.php
dbal/lib/Doctrine/DBAL/Types/EnumType.php
When you need changing field enum, just added in your migrations file
Doctrine\DBAL\Types\Type::addType('enum', 'Doctrine\DBAL\Types\EnumType');
Schema::getConnection()->getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');