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

JSON Fields #24

Closed joys014 closed 8 years ago

joys014 commented 9 years ago

If the database has JSON data (saved in String format) the importer writes back wrong data onto the server. (After db:seed and then running migrate:refresh --seed)