If you’re worried about what actual SQL queries will be executed by the “artisan migrate” command, run the command using the magic –pretend flag!
It will give you a sneak peek at all the SQL statements without actually executing them.
php artisan migrate --pretend
Laravel