Pollenizer 2012-02-09
http://blip.tv/simonmales/cakephp-schema-management-and-migrations-brown-bag-5946713
This exercise will be run completely from the command line. Requirements are a working PHP-CLI executable and working MySQL database.
Ensure your database.php is appropriately configured. You can test with:
$ ./Console/cake bake Model
Should return the following on successful configuration:
Your database does not have any tables.
generate
schema file- -f param
create
and dump tables based on schema fileupdate
alter tables based on schema file
- Column renaming