Add fuel_used column to PIREPs table

This commit is contained in:
Nabeel Shahzad
2018-01-30 11:27:39 -06:00
parent 7300cdddf4
commit 9a426f79f9
4 changed files with 5 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class Pirep extends BaseModel
'planned_flight_time',
'zfw',
'block_fuel',
'fuel_used',
'landing_rate',
'route',
'notes',
@@ -60,6 +61,7 @@ class Pirep extends BaseModel
'planned_flight_time' => 'integer',
'zfw' => 'float',
'block_fuel' => 'float',
'fuel_used' => 'float',
'landing_rate' => 'float',
'source' => 'integer',
'flight_type' => 'integer',