kitloong / laravel-migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
2.5k stars 276 forks source link

add option to combine table create and index foreign create #118

Closed arnal1 closed 2 years ago

arnal1 commented 2 years ago

how about add option to combine table migration with index foreign key migration?

kitloong commented 2 years ago

Duplicate of #82