Doctrine: Migrations reference
26 May 2022 (Updated 7 August 2022)
On this page
Generate a migration
symfony console make:migration
Symfony will detect the changes you’ve made to your entities and generate the appropriate migrations.
Run migration
symfony console doctrine:migrations:migrate
List migrations
symfony console doctrine:migrations:list
Sources
Tagged:
Doctrine
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment