delete(); \DB::table('rooms')->insert(array ( 0 => array ( 'id' => 1, 'property_id' => 1, 'room_type_id' => 18, 'surface' => '10', 'created_at' => '2019-07-22 11:21:26', 'updated_at' => '2019-07-22 11:21:26', ), 1 => array ( 'id' => 2, 'property_id' => 1, 'room_type_id' => 19, 'surface' => '10', 'created_at' => '2019-07-22 11:21:26', 'updated_at' => '2019-07-22 11:21:26', ), 2 => array ( 'id' => 3, 'property_id' => 1, 'room_type_id' => 1, 'surface' => '10', 'created_at' => '2019-07-22 11:21:26', 'updated_at' => '2019-07-22 11:21:26', ), 3 => array ( 'id' => 4, 'property_id' => 1, 'room_type_id' => 2, 'surface' => '15', 'created_at' => '2019-07-22 11:21:26', 'updated_at' => '2019-07-22 11:21:26', ), )); } }