//Generate the migration
php bin/console make:migration
//apply it in the DB
php bin/console doctrine:migrations:migrate
php bin/console doctrine:migrations:migrate
-> this execute all migration tables
php bin/console cache:clear
bin/console doctrine:schema:update --force