Great work here! But I just wanted to add that for some when updating or creating your doctrine entity the code that you'll need to use is as follows:
$ heroku run php bin/console doctrine:database:create $ heroku run php bin/console doctrine:schema:update --force
Great work here! But I just wanted to add that for some when updating or creating your doctrine entity the code that you'll need to use is as follows: