Download the PHP package tonychen/php-migration without Composer
On this page you can find all versions of the php package tonychen/php-migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-migration
php-migration 数据库更新维护管理库
如果有以下几种问题,那么你就来对地方了
- 每次部署程序,都要手动导入数据?
- 每次数据库字段更新,都要手动去执行一遍?
- 服务器辣么多,更新数据库要一个一个的手动去执行?
- 团队协作,同事更新了数据库结构,我们用的不是同一个测试数据库,程序报错?
一个小工具,解决你的难题:
php-migration是一个数据库更新维护管理库,每次的数据库结构的更改,都用sql语句的形式写下来,让php程序去执行。当前数据库版本执行完毕,version表对当前执行的数据库版本号进行记录,当下次执行的时候会进行比对。如果当前执行的版本小于等于version表的最近版本,就不做执行更新操作,如果大于最新版本,就执行更新操作
Install
或者
Usage
`
TODO
- [x] 删除指定版本的版本号以后,可以把该版本号重新执行一遍
- [x] 每个版本号,数据内需要更新内容的备注
许可
本项目采用Apache License 2.0协议,了解更多请看协议文件。
All versions of php-migration with dependencies
PHP Build Version
Package Version
The package tonychen/php-migration contains the following files
Loading the files please wait ....