Xethron / migrations-generator

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

Returns all foreign key fields and references #126

Open Lambik opened 7 years ago

Lambik commented 7 years ago

Returns all foreign key fields and references, and only uses the first element when actually generating the migration file. This allow for more flexibility. See https://github.com/Xethron/migrations-generator/issues/125

Xethron commented 6 years ago

Hello @Lambik, apologies for not getting to this PR. Will double check it and merge it in