How to automate migration (schema and data) for PHP/MySQL application

前端 未结 11 2202
鱼传尺愫
鱼传尺愫 2020-12-12 15:32

I have an application in PHP/MySQL. I am searching for an automated way upgrading database behind the application. I don\'t need to have the compatibility with older version

11条回答
  •  囚心锁ツ
    2020-12-12 15:58

    You could try this library out: mysql-version-control.

    I like this one because it differentiates between schema, core data and test data. But does it in a way that's still really easy to use.

提交回复
热议问题