insert(['name' => 'Keine']); DB::table('reservations')->insert(['name' => 'Ohne Platzwahl']); DB::table('reservations')->insert(['name' => 'Mit Platzwahl']); DB::table('reservations')->insert(['name' => 'Mit Tischwahl']); } }