Override Doctrine2 types in Symfony3 Override Doctrine2 types in Symfony3 symfony symfony

Override Doctrine2 types in Symfony3


Woah.... Like always, as soon you ask the question you find the solution:

doctrine:    dbal:        ...        types:            datetime: DoctrineExtensions\Types\CarbonDateTimeType            date: DoctrineExtensions\Types\CarbonDateType            time: DoctrineExtensions\Types\CarbonTimeType        mapping_types:            enum: string