# thinkphp 数据库迁移工具 **Repository Path**: tlan_turing/turing-migration ## Basic Information - **Project Name**: thinkphp 数据库迁移工具 - **Description**: 1 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thinkphp 数据库迁移工具 ## 使用方式 ### 创建 创建在根目录 > php think migrate:create UserName 创建在多应用中 > php think migrate:create adminapi@UserName ### 回滚 > php think migrate:rollback ### 执行迁移 全局迁移 此命令执行包含多应用目录和根目录迁移 >php think migrate:run 局部迁移(多应用) > php think migrate:run adminapi ### 查询状态 > php think migrate:status