Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

make migration symfony

//Generate the migration
php bin/console make:migration

//apply it in the DB
php bin/console doctrine:migrations:migrate
 
PREVIOUS NEXT
Tagged: #migration #symfony
ADD COMMENT
Topic
Name
9+7 =