Elise39u / LaravelAvontuur

A remade of my kilk game in larvael
0 stars 0 forks source link

Location 21 #1

Closed Elise39u closed 7 years ago

Elise39u commented 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

Elise39u commented 7 years ago

By turing $table->interger('to_location_id'); to $table->string('to_location_id'); the issue has been resolved