Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

symfony migration command

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

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