add separate flight_fields table and move over to flight_field_values
This commit is contained in:
@@ -346,6 +346,12 @@ flights:
|
||||
updated_at: NOW
|
||||
|
||||
flight_fields:
|
||||
- name: Departure Gate
|
||||
slug: departure_gate
|
||||
- name: Arrival Gate
|
||||
slug: arrival_gate
|
||||
|
||||
flight_field_values:
|
||||
- id: 1
|
||||
flight_id: flightid_1
|
||||
name: cost index
|
||||
|
||||
Reference in New Issue
Block a user