Didn’t take me too long, so here is the final version of Cake Migrations in all its glory. As well as support for the creation and dropping of tables, the main changes are as follows:

  • Add/drop columns
  • insert and remove test data (rows)
  • run raw SQL queries
  • rest the migration DB schema and destroy migration files

I think that pretty much covers all the bases, which is why I have announced it as the final version 1.0.

I have also updated the Wiki a little and included a few examples of the YAML migration files.