I\'m trying to add Doctrine on top of an existing database. I let Doctrine generate annotated entities and adjusted from there. When I try to load the entity below I get the e
Usually on production you want something like this:
php bin/console doctrine:cache:clear-result --env=prod php bin/console doctrine:cache:clear-query --env=prod php bin/console doctrine:cache:clear-metadata --env=prod