nWidart / DbExporter

Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server.
378 stars 84 forks source link

[Feature] Add support for relationships #36

Open YannPl opened 8 years ago

YannPl commented 8 years ago

Hi, First of all, thanks for this really nice package ! It really helps me.

It works well but for me it lacks a good feature: Be able to export relationships between tables (References index).

I have a 40+ tables DB and I'll need to edit the migration manually to add all those relationships.