After talking It seems to be a bug so I filed in a bug report : https://github.com/laravel/framework/issues/6655
Roelof
I believe that you should make the category_id filed unsinged as per documentation
$table->integer('category_id')->unsigned();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community