I redid my database with symfony2 and the doctrine with the commands:
php app/console doctrine:mapping:convert php app/console doctrine:mapping:import php app/console doctrine:generate:entities
But my field was displayed as boolean instead of tinyint (2).
Why is it displayed as logical?
source share