参考になる(なりそうな)サイト 本家 https://github.com/CakeDC/migrations CakePHPにMigrations Pluginを導入する http://mawatari.jp/archives/the-introduction-of-the-cakephp-migrations-plugin ビデオチュートリアル? http://blip.tv/simonmales/migrations-plugin-for-cakephp-6214599 MySQL公式ページから練習用のダミーデータを拝借 http://dev.mysql.com/doc/index-other.html DB作成 mysql > create database sakila character set utf8; テーブル作成 mysql -u root -p --default-c