I was wondering if there's a way to get the resultant mysql instructions from the command php artisan migrate.
This is needed because on my production server I can run mysql commands from PhpMyAdmin but I'm not allowed to run terminal scripts.
So my idea was to run php artisan migrate on my local environment and get the resultant mysql instructions to import "by hand" on production.