vehicle_attributes_v1
Vehicle attributes refers to specific characteristics or features of a vehicle like 'sleeper cabin', 'curtain sider', 'tail lift', etc. that can be used to set restrictions during job scheduling, ensuring that tasks are assigned to the most suitable vehicles.
Column | Data type | Description |
---|---|---|
id | VARCHAR(32) | The unique identifier of the vehicle attribute. |
name | VARCHAR(75) | The specific name of the vehicle attribute. |
expiry_at | TIMESTAMP_TZ(9) | The timestamp with time zone offset of when a particular vehicle attribute record expires. |
_vehicle_id | NUMBER(38,0) | The identifier of the vehicle associated with the attribute. |
_last_sync_at | TIMESTAMP_TZ(9) | The timestamp with time zone offset of when the vehicle record was last refreshed. |