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

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

    I created a tiny migration script for MySQL in PHP. It's good for early-stage projects and those not needing (yet) the more complex migration scripts. https://github.com/kennberg/php-mysql-migrate

提交回复
热议问题