Because of different namming conventions than Laravel in an other database I need to automate this process in Laravel :
- Drop all tables
- import sql dump file
- replay my migration which rename columns, FKs etc...
What could I do to achieve this ?
php artisan migrate:fresh --seed command would not work because it would import sql on last.