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 VehicleModel of the subject dataModel.Transportation for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2
-
CREATETYPEfuelType_typeAS ENUM ('autogas','biodiesel','cng','diesel','electric','ethanol','gasoline','hybrid_electric_diesel','hybrid_electric_petrol','hydrogen','lpg','petrol','petrol(unleaded)','petrol(leaded)','other');CREATE TYPE VehicleModel_type AS ENUM ('VehicleModel');CREATE TYPE vehicleType_type AS ENUM ('agriculturalVehicle','bicycle','binTrolley','bus','car','caravan','carWithCaravan','carWithTrailer','cleaningTrolley','constructionOrMaintenanceVehicle','lorry','minibus','moped','motorcycle','motorcycleWithSideCar','motorscooter','sweepingMachine','tanker','trailer','tram','van','trolley');
0 commit comments