我安裝和配置Laravel 5.2,其做工精細,爲User ACL
我安裝了zizaco/entrust
包運行此命令php artisan migrate
而(用於創建roles
,permissions
表等)越來越以下錯誤Laravel 5.2委託遷移錯誤,無法添加外鍵約束
[Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table
role_user
add constraint role_user_user_id_foreign foreign key (user_id
) references `` (id
) on delete cascade on update cascade)[PDOException] SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint
可能是什麼原因?我錯過了什麼嗎?我遵循從步驟明智的指導原則委託site