Laravel 5 Migrate Base table or view not found: 1146

前端 未结 12 602
情话喂你
情话喂你 2020-12-11 01:06

I am in big problem. I am trying to rum php artisan migrate to generate table migration, but i am getting

[2016-03-08 05:49:01] local.ERR

12条回答
  •  春和景丽
    2020-12-11 01:49

    Check all of your service providers. In one of the boot methods, a model may be called, the migration to which has not yet been run.

提交回复
热议问题