*class_name - Name of the migration class to generate
*migrations_path - Specify the complete path to your migration classes folder.
----------------------------------------
The Doctrine Cli is a collection of tasks that help you with your day to do development and testing with your Doctrine implementation. Typically with the examples in this manual, you setup php scripts to perform whatever tasks you may need. This Cli tool is aimed at providing an out of the box solution for those tasks.
Generates your Doctrine_Record definitions from your existing database connections.