Specifications:
Here are the steps I took to solve the same issue:
In the console I wrote php artisan tinker
php artisan tinker
Then, again in the console, Schema::drop('users')
Schema::drop('users')
At the end php artisan migrate and it all worked.
php artisan migrate