id | Transport Event ID. This is the unique key of the table. | text |
event | Name of the transport event. For example: container.transport.vessel_departed | text |
event_timestamp | When the event happened, as a UTC timestamp | timestamp |
event_timestamp_local | When the event happened, as a string in the local time zone | text |
container_id | ID of the container the event is associated to | text |
container_number | Number of the container the event is associated to | text |
shipment_id | ID of the shipment the event is associated to | text |
shipment_number | Number of the shipment the event is associated to | text |
port_metro_id | ID of the location where the event happened | text |
port_metro_locode | Locode of the location where the event happened | text |
port_metro_country_code | Country code of the location where the event happened | text |
port_metro_city | Name of the location where the event happened | text |
port_metro_time_zone | Name of the time zone where the event happened | text |
facility_id | ID of the facility (terminal) where the event happened | text |
facility_firms_code | Firms code of the facility (terminal) where the event happened | text |
facility_nickname | Nickname of the facility (terminal) where the event happened | text |
facility_name | Name of the facility (terminal) where the event happened | text |
vessel_id | ID of the vessel associated to the event | text |
vessel_name | Name of the vessel associated to the event | text |
vessel_imo | IMO of the vessel associated to the event | text |
vessel_mmsi | MMSI of the vessel associated to the event | text |
voyage_number | Voyage number associated to the event | text |
data_source_label | Data source of the event: shipping_line, terminal, ais, rail, t49_operations_team, user_input | text |
invalidated_at | When the event was marked as invalid, as a UTC timestamp | timestamp |
invalidation_reason | Reason why the event was marked as invalid | text |
previous_version_id | If the event replaces an invalidated event, this is the ID of the invalidated event | text |
created_at | When the event was originally added, as a UTC timestamp | timestamp |
updated_at | When the event was updated, as a UTC timestamp | timestamp |