最初
作る sqlite3設定
命令群
./bin/cake bake migration CreateProducts name:string description:text created modified ./bin/cake migrations migrate ./bin/cake bake seed Product ./bin/cake migrations seed ./bin/cake bake model Products ./bin/cake bake controller Products ./bin/cake bake template Products
sqlite3
.tables select description, modified, created from products;
ローカルで確認
./bin/cake server
http://localhost:8765/Products