I have a project on which I need to run php artisan migrate. It should be easy but I am getting an error:
php artisan migrate
Illuminate\Database\QueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'skz.master_courses' doesn't exist (SQL: select * from
master_courseswheredate_from> 2021-06-01 andmaster_courses.deleted_atis null order bydate_fromasc limit 1)
I don't understand where the select command comes from. Does anybody know where is it from?