Download the PHP package itxq/think-phinx without Composer
On this page you can find all versions of the php package itxq/think-phinx. 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-phinx
Think-Phinx 数据库迁移工具
本扩展在
top-think/think-migration
扩展的基础进行了优化修改。phinx
采用composer引用;并且增加了一个新的功能用于迁移其他composer包自带的迁移文件。迁移其他composer包中的迁移文件时,需要其他包在composer.json 指定路径, 格式如下
开源地址:
【GitHub:】https://github.com/itxq/think-phinx
【码云:】https://gitee.com/itxq/think-phinx
扩展安装:
composer require itxq/think-phinx
命令说明
- migrate:create
Create a new migration - migrate:rollback
Rollback the last or to a specific migration - migrate:run
Migrate the database - seed:create
Create a new database seeder - seed:run
Run database seeders
All versions of think-phinx with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-pdo Version *
ext-json Version *
ext-iconv Version *
topthink/framework Version ^6.0
robmorgan/phinx Version ^0.10.8
ext-pdo Version *
ext-json Version *
ext-iconv Version *
topthink/framework Version ^6.0
robmorgan/phinx Version ^0.10.8
The package itxq/think-phinx contains the following files
Loading the files please wait ....