Book Image

Symfony2 Essentials

Book Image

Symfony2 Essentials

Overview of this book

Table of Contents (17 chapters)
Symfony2 Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Migrations


While the update method will suit your needs in most cases, you may need to use more sophisticated solutions. If you do have such needs, you should look into DoctrineMigrationsBundle, which is not a part of Symfony, but it can be downloaded and installed through packagist.

The migrations bundle offers some more advanced features such as:

  • Allows you to modify the SQL code used for migration

  • Ability to rollback your changes

  • Ability to manually run a single version of migration