0.1.3 • Published 12 years ago

cake-db v0.1.3

Weekly downloads
10
License
-
Repository
github
Last release
12 years ago

cake-migrate

A database migrate module with cake task

commands

  • cake db:migrate # migrate the database
  • cake db:migrate:create # create a migrate file
  • cake db:migrate:status # display status of migrations
  • cake db:rollback # rollback the post migrations

actions

  • createTable
  • dropTable (need self defined rollback function)
  • addColumn
  • dropColumn (need self defined rollback function)
0.1.3

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago