delete(); \DB::table('prices')->insert(array ( 0 => array ( 'id' => 2, 'route_id' => 2, 'vehicle_id' => 2, 'oneway' => 100, 'return' => 200, 'created_at' => '2017-11-21 17:59:36', 'updated_at' => '2017-11-21 17:59:36', ), 1 => array ( 'id' => 3, 'route_id' => 2, 'vehicle_id' => 3, 'oneway' => 200, 'return' => 400, 'created_at' => '2017-11-21 17:59:36', 'updated_at' => '2017-11-21 17:59:36', ), 2 => array ( 'id' => 4, 'route_id' => 2, 'vehicle_id' => 4, 'oneway' => 300, 'return' => 600, 'created_at' => '2017-11-21 17:59:36', 'updated_at' => '2017-11-21 17:59:36', ), 3 => array ( 'id' => 5, 'route_id' => 2, 'vehicle_id' => 5, 'oneway' => 400, 'return' => 800, 'created_at' => '2017-11-21 17:59:37', 'updated_at' => '2017-11-21 17:59:37', ), 4 => array ( 'id' => 6, 'route_id' => 3, 'vehicle_id' => 2, 'oneway' => 100, 'return' => 200, 'created_at' => '2017-11-21 17:59:55', 'updated_at' => '2017-11-21 17:59:55', ), 5 => array ( 'id' => 7, 'route_id' => 3, 'vehicle_id' => 3, 'oneway' => 200, 'return' => 400, 'created_at' => '2017-11-21 17:59:55', 'updated_at' => '2017-11-21 17:59:55', ), 6 => array ( 'id' => 8, 'route_id' => 3, 'vehicle_id' => 4, 'oneway' => 300, 'return' => 600, 'created_at' => '2017-11-21 17:59:55', 'updated_at' => '2017-11-21 17:59:55', ), 7 => array ( 'id' => 9, 'route_id' => 3, 'vehicle_id' => 5, 'oneway' => 400, 'return' => 800, 'created_at' => '2017-11-21 17:59:55', 'updated_at' => '2017-11-21 17:59:55', ), )); } }