Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.31 KB

Overview.md

File metadata and controls

27 lines (17 loc) · 1.31 KB

Overview

As an application is developed, changes to the database may be required, and managing that in teams can get extremely difficult. The Migrations plugin enables you to share and coordinate database changes in an iterative manner, removing the complexity of handling these changes.

  • Console: The console script allows you to run migrations up and down.
  • Installation: Migrations can also be run programmatically via an installer script.
  • ORM: The Migrations plugin makes use of the CakePHP ORM and supports all databases provided by the framework.

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

If you'd like to contribute new features, enhancements or bug fixes to the plugin, just read our Contribution Guidelines for detailed instructions.

License

Copyright 2007-2014 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.