I regularly read through http://cakedc.com/, they have lots of CakePHP plugin that i can use in my CakePHP development. I was facing some problems with cakePHP migrations, i am not saying that CakePHP does not support that but its not come by default with the framework, you have to put some efforts to get it done.
I came across this CakePHP migration plugin that seems to be very useful in keeping my DB migration manageable.
The Migrations plugin provides a comprehensive management system whereby the database schema for a CakePHP project can fluctuate during development involving any number of developers. This is achieved by incrementally managing database changes, providing customisable hooks and callbacks for data migration and changes to meet migration paths, and migration maps to provide flexible application of migration instances.
Migrations is great for any development team, or individual that wants to manage database schema and data changes throughout the development lifetime of a project.
Requirements
CakePHP 1.3 or higher.
If you need a version to use with CakePHP 1.2 please contact us directly.
You can download the plugin from CakeDC site http://cakedc.com/eng/downloads/view/cakephp_migrations_plugin









