bcleverly/migration-unmake

删除迁移文件夹中的最后一个迁移文件

dev-master 2019-10-26 18:55 UTC

This package is auto-updated.

Last update: 2024-09-27 05:54:15 UTC


README

A laravel console command to remove the last file in your migrations folder. This is handy in case you create a migration by accident or release you don't need it anymore.

如何安装

composer require bcleverly/migration-unmake

如何运行

要删除最新文件,请运行以下命令:php artisan migration:unmake。要执行干运行,请将--dry-run添加到命令末尾。

MIT许可证