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.
Here’s the link to the official documentation.