I'm using Symfony2.0 and add mapping_types in config.yml
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_mysql
host: localhost
dbname: work_contactbee
user: devuser
password: devuser
mapping_types:
enum: string
But when I try to update schema: php app/console doctrine:schema:update I get an exeption *Unrecognized options "mapping_types" under "doctrine.dbal.connections.default*
Anybody can help with that?