DEV Community

Krixnaas
Krixnaas

Posted on

Php artisan migrate throws table base or view on found [Solved]

This error was occurring because of a scheduled task in laravel that involved a database lookup. By commenting out all the task scheduler in

laravel/app/Console/Kernel.php
Enter fullscreen mode Exit fullscreen mode

you can run php artisan migrate

Top comments (0)