Migrations plugin 安装使用方法
安装: 在应用程序app下
/app /plugins /migrations (Same location as other plugins)
windows下:
/path/to/php.exe cake.php migration geneate
/path/to/php.exe cake.php shell_name help
linux 下:
php migration geneate
php shell_name help