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

support full Schema Builder features #1

Closed uber1337 closed 10 years ago

uber1337 commented 10 years ago

Considering that the actual version is not supporting full exporting, it would be a good improvement to support all the Schema Builder features (http://laravel.com/docs/schema) like indexes, unique keys, foreign keys, engine.

Foreign keys, indexes, and others are fully required in order to keep the db integrity, also optimized.

nWidart commented 10 years ago

Noted. Will get to it when time allows :)

nWidart commented 10 years ago

New types are supported:

nWidart commented 10 years ago

Indexes should export as well.