beckenrode / mysql-workbench-export-laravel-5-migrations

A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
MIT License
898 stars 236 forks source link

Order of exported tables #60

Open nicolasvahidzein opened 6 years ago

nicolasvahidzein commented 6 years ago

Hello, my tables are all created on the same date and when i export the slq from workbench they are in alphabetical order but when i export them for laravel they are in an order i do not understand.

VeeeneX commented 5 years ago

And what kind of the order you expect them to be? Can you be more specific?

nicolasvahidzein commented 3 years ago

I expected them to be in any of the 2 possible logical orders, either the date they were created in mysqlworkbench or alphabetical, it is neither. I can't explain it.