Anything related with Doctrine migrations for Symfony and DoctrineMigrationsBundle library
Doctrine migrations for Symfony are maintained in the DoctrineMigrationsBundle.
The database migrations feature is an extension of the database abstraction layer and offers you the ability to programmatically deploy new versions of your database schema in a safe, easy and standardized way.