You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* (Beta) Export of data model Vehicle of the subject dataModel.Transportation for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2
-
CREATE TYPE deviceBatteryStatus_type AS ENUM ('connected','disconnected');CREATE TYPE emergencyVehicleType_type AS ENUM ('policeCar','policeMotorcycle','policeVan','policeSWAT','fireEngine','waterTender','airAmbulance','ambulance','motorcycleAmbulance','rescueVehicle','hazardousMaterialsApparatus','towTruck');CREATE TYPE serviceStatus_type AS ENUM ('broken','onRoute','outOfService','parked');CREATE TYPE Vehicle_type AS ENUM ('Vehicle');CREATE TYPE vehicleRunningStatus_type AS ENUM ('running','stopped','waiting');CREATE TYPE vehicleSpecialUsage_type AS ENUM ('ambulance','fireBrigade','military','police','schoolTransportation','taxi','trashManagement');CREATE TYPE vehicleType_type AS ENUM ('agriculturalVehicle','ambulance','anyVehicle','articulatedVehicle','autorickshaw','bicycle','binTrolley','BRT mini bus·','BRT bus','bus','car','caravan','carOrLightVehicle','carWithCaravan','carWithTrailer','cleaningTrolley','compactor','constructionOrMaintenanceVehicle','dumper','e-bike','e-moped','e-scooter','e-motorcycle','fireTender','fourWheelDrive','highSidedVehicle','hopper','lorry','minibus','moped','motorcycle','motorcycleWithSideCar','motorscooter','policeVan','publicMotor','sweepingMachine','tanker','tempo','threeWheeledVehicle','tipper','trailer','tram','trolley','twoWheeledVehicle','van','vehicleWithoutCatalyticConverter','vehicleWithCaravan','vehicleWithTrailer','withEvenNumberedRegistrationPlates','withOddNumberedRegistrationPlates','pilotVessel','passengerVessel','cargoVessel','tug','militaryVessel','sailingVessel','vessel','other');
0 commit comments