2017-12-30 07:34:09 +08:00
|
|
|
#
|
|
|
|
# Initial minimal data required. You probably don't
|
|
|
|
# want to modify or erase any of this here
|
|
|
|
#
|
2017-06-22 11:30:32 +08:00
|
|
|
|
2019-08-10 01:57:56 +08:00
|
|
|
airlines:
|
|
|
|
- id: 1
|
|
|
|
icao: VMS
|
|
|
|
iata: VM
|
|
|
|
name: phpvms airlines
|
|
|
|
country: us
|
|
|
|
active: 1
|
|
|
|
created_at: now
|
|
|
|
updated_at: now
|
2020-05-23 23:43:29 +08:00
|
|
|
- id: 2
|
|
|
|
icao: XXX
|
|
|
|
iata: XX
|
|
|
|
name: inactive airline
|
|
|
|
country: us
|
|
|
|
active: 0
|
|
|
|
created_at: now
|
|
|
|
updated_at: now
|