I want use Symfony2.5 and Doctrine with my existing database. When I'm usgin command: php app/console doctrine:mapping:import --force MyBundle xml
I get an error: php app/console doctrine:mapping:import --force MyBundle xml
I found solution: write into file app/config/config.yml this thing
mapping_types: enum: string
But It doesn't work and I'm getting next error:
Property "parent" in "Message" was already declared, but it must be declare
d only once . How can I solve it?