Change fuel_used to block_fuel

This commit is contained in:
Nabeel Shahzad
2018-01-30 11:05:14 -06:00
parent 6498ba1d16
commit 4f59e466a2
5 changed files with 46 additions and 45 deletions

View File

@@ -31,22 +31,21 @@ class Pirep extends BaseModel
'route_leg',
'airline_id',
'aircraft_id',
'altitude',
'distance',
'planned_distance',
'flight_time',
'planned_flight_time',
'dpt_airport_id',
'arr_airport_id',
'fuel_used',
'block_fuel',
'landing_rate',
'source',
'level',
'route',
'notes',
'flight_type',
'state',
'status',
'source',
'source_name',
'raw_data',
'created_at',
@@ -61,7 +60,7 @@ class Pirep extends BaseModel
'planned_flight_time' => 'integer',
'level' => 'integer',
'altitude' => 'integer',
'fuel_used' => 'float',
'block_fuel' => 'float',
'gross_weight' => 'float',
'landing_rate' => 'float',
'flight_type' => 'integer',