Description:
A linking table associating annotations with vehicles.
🔑 Primary Key
Composite key: (annotation_id, vehicle_id)
| Field Name | Data Type | Description |
|---|---|---|
annotation_id |
NUMBER | Unique identifier for the annotation associated with the vehicle. |
vehicle_id |
NUMBER | Unique identifier for the vehicle the annotation is associated with. |
_snowflake_inserted_at |
TIMESTAMP_NTZ | System timestamp when the record was inserted into Snowflake. |
_snowflake_updated_at |
TIMESTAMP_NTZ | System timestamp when the record was last updated in Snowflake. |
_snowflake_deleted |
BOOLEAN | True if the record was deleted in the source. |