📜  laravel 迁移生成器 laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:40.606000             🧑  作者: Mango

代码示例2
Use this package
https://github.com/oscarafdev/migrations-generator
composer require oscarafdev/migrations-generator --dev
Run php artisan migrate:generate to create migrations for all the tables, 
or you can specify the tables you wish to generate using 
php artisan migrate:generate table1,table2,table3,table4,table5. 
You can also ignore tables with --ignore="table3,table4,table5"

You can check this out(Never tested this before)
https://github.com/Xethron/migrations-generator
composer require --dev "xethron/migrations-generator"