In your case, please check whether your database has a base table or not. Check whether the migration table has a base table entry or not.
Most probably your migration table won't be having a base table entry, but your database will have a base table.
In this case, please drop base table (note: please take backup first) using phpmyadmin or any MySQL client you are using. then run below command. php artisan migrate