Skip to main content
added 128 characters in body
Source Link
sanduniYW
  • 733
  • 2
  • 11
  • 19

try this:

php artisan migrate:refresh 

if it is not solve this error try this:

Go to mysql/data/database_name /tablename.ibd file and delete it manually. after this try your command php artisan migrate

try this:

php artisan migrate:refresh 

try this:

php artisan migrate:refresh 

if it is not solve this error try this:

Go to mysql/data/database_name /tablename.ibd file and delete it manually. after this try your command php artisan migrate

Source Link
sanduniYW
  • 733
  • 2
  • 11
  • 19

try this:

php artisan migrate:refresh