abagayev / laravel-migration-shortcuts
让我们让迁移变得不再冗余
v0.3.0
2023-06-13 20:28 UTC
Requires (Dev)
- orchestra/testbench: ^8.5
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2024-09-15 22:27:13 UTC
README
本包旨在让迁移再次变得不再冗余。
例如,以极短的方式添加软删除迁移
use Abagayev\Laravel\MigrationShortcuts\Migrations\AddSoftDeletesMigration; class AddSoftDeletesToTableMigration extends AddSoftDeletesMigration { protected $table = 'table_name'; }
当前支持的快捷方式
即将到来的快捷方式
- 重命名列
- 更改列类型
- 添加表
- 重命名表
- 删除表
即将到来的功能
- 创建迁移的命令
贡献
请随意添加评论、问题、拉取请求或请我喝咖啡: https://www.buymeacoffee.com/tonybug