phpvms/app/Database/seeds/dev/base.yml

15 lines
243 B
YAML
Raw Normal View History

#
# Initial minimal data required. You probably don't
# want to modify or erase any of this here
#
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