Closed Elise39u closed 7 years ago
When enter in the seeder DB::table('choices')->insert(['name' => 'Go talk to man on the street', 'from_location_id' => 12, 'to_location_id' => 21/1]); /1 Dont get picked up bij mysqli
By turing $table->interger('to_location_id'); to $table->string('to_location_id'); the issue has been resolved
When enter in the seeder DB::table('choices')->insert(['name' => 'Go talk to man on the street', 'from_location_id' => 12, 'to_location_id' => 21/1]); /1 Dont get picked up bij mysqli