Good DB Migrations for CakePHP?

前端 未结 5 1999
暗喜
暗喜 2021-01-31 19:48

I have been trying a few migration scripts for CakePHP but I ran into problems with all of the in some form or another.

Please advice me on a migration option for Cake t

5条回答
  •  萌比男神i
    2021-01-31 20:40

    If you like Rails migrations, use Rails Migrations... take a look at this gem https://github.com/thuss/standalone-migrations . I use this gem with cakephp in my daily work.

提交回复
热议问题