Skip to main content

vehicles_v1

Vehicle is a mode of transport used by resources to reach job sites. It often stores necessary tools and equipment, and may have tech for communication and navigation.

ColumnData typeDescription
idNUMBER(38,0)The unique identifier of the vehicle.
typeVARCHAR(50)Describes the category of the vehicle. Possible values: 'Motorcycle', 'Car / van < 2T', 'Car / van + trailer', 'Bus / coach', 'Emergency vehicle', 'Goods vehicle < 7.5T', 'Goods vehicle > 7.5T', 'Bus / coach < 12 metres'.
makeVARCHAR(100)The manufacturer or brand of the vehicle.
modelVARCHAR(100)The specific model of the vehicle.
manufacture_yearNUMBER(4,0)The year the vehicle was manufactured.
group_nameVARCHAR(100)The group to which the vehicle belongs.
referenceVARCHAR(80)Free text field for additional vehicle information.
registration_numberVARCHAR(100)The vehicle's registration number.
created_atTIMESTAMP_TZ(9)The timestamp with time zone offset when the vehicle record was created.
deleted_atTIMESTAMP_TZ(9)The timestamp with time zone offset when the vehicle record was deleted.
is_used_for_jobsVARCHAR(3)Indicates whether the vehicle is used for jobs. Possible values: 'Yes', 'No'.
odometer_estimatedNUMBER(38,0)The estimated reading of the vehicle's odometer.
odometerNUMBER(38,0)The actual reading of the vehicle's odometer.
odometer_dateTIMESTAMP_TZ(9)The timestamp with time zone offset when the odometer reading was recorded.
odometer_unitVARCHAR(10)The unit of measurement for the odometer. Possible values: 'Miles', 'Kilometres'.
fuel_level_percentageNUMBER(4,1)The percentage of fuel remaining in the vehicle.
max_rpmNUMBER(38,0)The maximum revolutions per minute (RPM) the vehicle can achieve.
cost_per_dayNUMBER(6,3)The daily cost associated with operating the vehicle.
cost_per_day_currencyVARCHAR(3)The ISO 4217 currency code of the cost of the vehicle per day currency.
cost_per_kmNUMBER(8,5)The cost of operating the vehicle per kilometre.
cost_per_km_currencyVARCHAR(3)The ISO 4217 currency code of the cost of the vehicle per kilometre currency.
idling_fuel_consumption_in_litre_per_minuteNUMBER(4,2)The amount of fuel consumed when the vehicle is idling, measured in litres per minute.
co2_emissions_in_gram_per_kmNUMBER(38,0)The amount of CO2 the vehicle emits per kilometre.
co2_emissions_in_kg_per_litreNUMBER(4,2)The amount of CO2 the vehicle emits per litre of fuel consumed.
next_service_odometerNUMBER(38,0)The odometer reading at which the vehicle's next service is due.
next_service_at_dateDATEThe date when the vehicle's next service is due.
road_safety_expiry_at_dateDATEThe expiry date of the vehicle's road safety test (e.g. MOT).
insurance_expiry_at_dateDATEThe expiry date of the vehicle's insurance.
road_tax_expiry_at_dateDATEThe expiry date of the vehicle's road tax.
has_fixed_resourceVARCHAR(3)Indicates whether the vehicle has an assigned fixed resource. If 'Yes' then 'resource_name' field contains the name of the resource assigned for the vehicle. Possible values: 'Yes', 'No'.
resource_nameVARCHAR(100)The name of the resource assigned for the vehicle.
_resource_idNUMBER(38,0)The identifier of the resource that has been assigned to the vehicle.
_last_sync_atTIMESTAMP_TZ(9)The timestamp with time zone offset of when the vehicle record was last refreshed.