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

前端 未结 11 2257
鱼传尺愫
鱼传尺愫 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:57

    You could also use a free API SqlQuerySync

    or create for yourself a database table managing CREATE / ALTER / DELETE queries.

提交回复
热议问题