Download the PHP package cheukpang/think-migration without Composer
On this page you can find all versions of the php package cheukpang/think-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 think-migration
thinkphp5.1 数据库迁移工具
安装
composer require cheukpang/think-migration
修改(v2.0.4)
-
Column的类型报错
- PdoAdapter.php中的getColumnTypes方法中添加了smallinteger的数组内容, 这里修改后可以过滤掉Column的类型报错
- mysql的类型不支持报错
- AdapterInterface.php中添加常量 const PHINX_TYPE_SMALL_INTEGER = 'smallinteger';
-
MysqlAdapter.php中修改和添加getSqlType方法中的内容
- 修复对php7.4不兼容的报错(官方包没怎么对v2怎么维护,只能fork建新包了)
All versions of think-migration with dependencies
PHP Build Version
Package Version
Requires
topthink/framework Version
5.1.*
The package cheukpang/think-migration contains the following files
Loading the files please wait ....