Laravel 5 Migrate Base table or view not found: 1146

前端 未结 12 603
情话喂你
情话喂你 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:56

    I had this problem when I tried to migrate new database. I had a function in AuthServiceProvider which selects all permissions. I commented that function and the problem was fixed.

提交回复
热议问题