Why not export it as a SQL dump?
May 26, 2015
7
Level 1
Migrate whole database with Laravel-5-Generator
I want to use this: https://github.com/laracasts/Laravel-5-Generators-Extended
I have a large MySQL database with more than 100 tables and thousends of rows. I need to make a migration of it and make a database/migrations file, where will be everything (siže of file is irrelevant). Then I need to migrate whole database with all tables,values,keys,... into SQLite to start testing there. Can somebody help me, how can I make migration all-in-one file? Thank you for help
Please or to participate in this conversation.