Closed nikolai-b closed 3 years ago
Adds TomTom data:
ltns=> \d tomtom_journey_runs Table "public.tomtom_journey_runs" Column | Type | Collation | Nullable | Default -----------------------------------------------+--------------------------+-----------+----------+------------------------------------------------- id | bigint | | not null | nextval('tomtom_journey_runs_id_seq'::regclass) journey_id | bigint | | not null | run_id | bigint | | not null | traffic_delay_in_seconds | integer | | not null | travel_time_in_seconds | integer | | not null | live_traffic_incidents_travel_time_in_seconds | integer | | not null | historic_traffic_travel_time_in_seconds | integer | | not null | length_in_meters | integer | | not null | created_at | timestamp with time zone | | not null | now() overview_polyline | jsonb | | not null |
Also adds created_at to journey_runs and finished_at to runs
created_at
journey_runs
finished_at
runs
Adds TomTom data:
Also adds
created_at
tojourney_runs
andfinished_at
toruns