Skip to content

Commit

Permalink
test of SQL export
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed May 17, 2023
1 parent 7e7466a commit 06d7aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OffStreetParking/schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* (Beta) Export of data model OffStreetParking of the subject dataModel.Parking for a postgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE OffStreetParking_type AS ENUM ('OffStreetParking');
CREATE TABLE OffStreetParking (acceptedPaymentMethod json, accessModified text, address json, aggregateRating json, allowedVehicleType json, alternateName text, areaServed text, availableSpotNumber integer, averageSpotLength text, averageSpotWidth text, category json, chargeType json, contactPoint json, dataProvider text, dateCreated timestamp, dateModified timestamp, description text, extCategory json, extraSpotNumber integer, facilities json, firstAvailableFloor integer, fourWheelerSlots json, highestFloor integer, id text, images json, layout json, location json, lowestFloor integer, maximumAllowedHeight text, maximumAllowedWidth text, maximumParkingDuration text, measuresPeriod text, measuresPeriodUnit text, municipalityInfo json, name text, observationDateTime timestamp, occupancy text, occupancyDetectionType json, occupancyModified timestamp, occupiedSpotNumber integer, openingHours text, outOfServiceSlotNumber text, owner json, parkingMode json, parkingSiteId text, priceCurrency text, priceRatePerMinute text, provider json, refParkingAccess text, refParkingGroup text, refParkingSpot text, requiredPermit json, reservationType json, security json, seeAlso json, source text, specialLocation json, status json, totalSpotNumber integer, twoWheelerSlots json, type OffStreetParking_type, unclassifiedSlots json, usageScenario json, vehicleEntranceCount text, vehicleExitCount text);
CREATE TABLE OffStreetParking (acceptedPaymentMethod json, accessModified text, address json, aggregateRating json, allowedVehicleType json, alternateName text, areaServed text, availableSpotNumber text, averageSpotLength text, averageSpotWidth text, category json, chargeType json, contactPoint json, dataProvider text, dateCreated timestamp, dateModified timestamp, description text, extCategory json, extraSpotNumber text, facilities json, firstAvailableFloor text, fourWheelerSlots json, highestFloor text, id text, images json, layout json, location json, lowestFloor text, maximumAllowedHeight text, maximumAllowedWidth text, maximumParkingDuration text, measuresPeriod text, measuresPeriodUnit text, municipalityInfo json, name text, observationDateTime timestamp, occupancy text, occupancyDetectionType json, occupancyModified timestamp, occupiedSpotNumber text, openingHours text, outOfServiceSlotNumber text, owner json, parkingMode json, parkingSiteId text, priceCurrency text, priceRatePerMinute text, provider json, refParkingAccess text, refParkingGroup text, refParkingSpot text, requiredPermit json, reservationType json, security json, seeAlso json, source text, specialLocation json, status json, totalSpotNumber text, twoWheelerSlots json, type OffStreetParking_type, unclassifiedSlots json, usageScenario json, vehicleEntranceCount text, vehicleExitCount text);

0 comments on commit 06d7aa0

Please sign in to comment.