Change flight number to integer

This commit is contained in:
Tim 2017-07-07 22:41:02 +02:00 committed by GitHub
parent 1cbfc5d9cd
commit acd5da56ce

View File

@ -41,7 +41,7 @@ class Flight extends Model
*/
protected $casts
= [
'flight_number' => 'string',
'flight_number' => 'integer',
'route_code' => 'string',
'route_leg' => 'string',
'route' => 'string',