0.1.3 • Published 11 years ago

cake-db v0.1.3

Weekly downloads
10
License
-
Repository
github
Last release
11 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

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago