hectorqin/thinkphp-migration
数据库迁移。
v1.0.0
2019-08-02 09:13 UTC
Requires
- robmorgan/phinx: 0.10.*
- topthink/framework: 5.1.*
This package is auto-updated.
Last update: 2024-09-29 05:49:24 UTC
README
thinkphp5.1 数据库迁移工具
框架要求
ThinkPHP5.1+
安装
composer require hectorqin/thinkphp-migration
配置
修改项目根目录下config/migration.php中对应的参数
使用
# 帮助
migrate
migrate:breakpoint Manage breakpoints
migrate:create Create a new migration
migrate:rollback Rollback the last or to a specific migration
migrate:run Migrate the database
migrate:status Show migration status
seed
seed:create Create a new database seeder
seed:run Run database seeders
许可证
Apache-2.0