Oleomar Buchner
Results
1
comments of
Oleomar Buchner
Hey guys. I have too add in the file: /src/migrations/2015_02_17_152439_create_permission_user_table I verify in database and don't relashions key in the tables. ... $table->foreign('permission_id') ->references('id') ->on($this->prefix . 'permissions') ->onDelete('cascade'); $table->foreign('user_id') ->references('id')...