acelaya/doctrine-enum-type
Doctrine DBAL type for mapping MyCLabs\Enum\Enum values to entity columns. Provides a reusable PhpEnumType to register enums as custom Doctrine types. Note: largely obsolete now that PHP has native enums and Doctrine supports them.
#28 Fixed a defect preventing the length property from the field declaration to be applied.
Now, if you declare your field like this [@ORM](https://github.com/ORM)\Column(type=Action::class, length=16) the field will respect the length and be mapped to a VARCHAR(16).
How can I help you explore Laravel packages today?