hectorqin / thinkphp-migration
Database migration.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:think-extend
Requires
- robmorgan/phinx: 0.10.*
- topthink/framework: 5.1.*
This package is auto-updated.
Last update: 2025-03-29 00:59:56 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
License
Apache-2.0