nachopitt/migrations
Composer 安装命令:
composer require nachopitt/migrations
包简介
Import database tables and write them to Laravel migration files.
README 文档
README
Migrations is a Laravel package that adds a new migrate:* artisan command: import.
You can easily create new migration files by using a SQL import file as an input for the command.
It is based on stock make:migrate artisan command.
Installation
composer require nachopitt/migrations
Usage
php artisan migrate:import {file? : The SQL file to be imported}
{--schema= : The name of the schema}
{--table= : Generate migration for a single table name}
{--path= : The location where the migration file should be created}
{--realpath : Indicate any provided migration file paths are pre-resolved absolute paths}
{--fullpath : Output the full path of the migration}
{--squash : Generate one migration file instead of multiple files}
{--withoutForeignKeyConstraints : Avoid adding foreign key constraints to the migration}
If file argument is not provided, the default value would be database_model/${database}.sql, where ${database} is the default database name.
Options
--schema: The name of the schema to be used in the migration.--table: Generate migration statements only for the provided table name.--path: The location where the migration file should be created.--realpath: Indicate that the provided migration file paths are pre-resolved absolute paths.--fullpath: Output the full path of the migration.--squash: Generate one migration file instead of multiple files. This is useful when you want to combine multiple SQL statements into a single migration.--withoutForeignKeyConstraints: Avoid adding foreign key constraints to the migration.
Once finished, the new migration files will be placed in the usual migrations directory (database/migrations) and will follow the usual naming conventions.
The name of the migration files will depend on the number of CREATE, ALTER and DROP SQL statements.
Features
The migrate:import command is able to handle CREATE, ALTER and DROP SQL statements.
When used in conjuntion with a tool like PHP MySQL Diff the process of generating the migration files could be automated somehow.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
nachopitt/migrations 适用场景与选型建议
nachopitt/migrations 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 284 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 09 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「database」 「sql」 「mysql」 「migration」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 nachopitt/migrations 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 nachopitt/migrations 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 nachopitt/migrations 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Dibi is Database Abstraction Library for PHP
Store your language lines in the database, yaml or other sources
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Query filtering in your frontend
A PSR-7 compatible library for making CRUD API endpoints
Database/ORM-agnostic query construction helper
统计信息
- 总下载量: 284
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-03