Answers for "schema update in symfony"

PHP
1

symfony schema update

// Symfony 4
php bin/console doctrine:schema:update --force
Posted by: Guest on December-10-2020
1

how to make doctrine schema update in symfony 2.8

// Symfony 2.8
php app/console doctrine:schema:update --force
Posted by: Guest on October-11-2021

Browse Popular Code Answers by Language