79082860

Date: 2024-10-13 10:00:12
Score: 0.5
Natty:
Report link

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

Reasons:
  • Whitelisted phrase (-1): In your case
  • No code block (0.5):
  • Low reputation (1):
Posted by: CrackerJack Naveen Kumar