In Rails, I can run:
rake db:migrate:status
But how about Laravel? How would I know which migrations will run when I do:
php artisan migrate
I am on a production server, and I need to make sure that I won't break things.
question from:https://stackoverflow.com/questions/33803488/how-to-check-migration-status