About Migrations
Doctrine
Show in appBeschreibung
Knowledge about the basic concept of migrations.
Ziele
I know
- what a migration in the context of Doctrine ORM is
- the advantages of using migrations
- migrations delegates to DBAL for introspecting the database schema and performing the diff
I can
- perform a diff
- generate a migration
- execute a migration
Maintainer
Grégoire Paris
Doctrine