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 Oct 26, 2023
1 parent 295ff7c commit 241dc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GtfsAgency/schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* (Beta) Export of data model GtfsAgency of the subject dataModel.UrbanMobility for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE GtfsAgency_type AS ENUM ('GtfsAgency');
CREATE TABLE GtfsAgency (addressCountry TEXT, addressLocality TEXT, addressRegion TEXT, agencyName TEXT, alternateName TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, district TEXT, entitySource TEXT, language TEXT, name TEXT, owner JSON, page TEXT, phone TEXT, postOfficeBoxNumber TEXT, postalCode TEXT, source TEXT, streetAddress TEXT, streetNr TEXT, timezone TEXT, type GtfsAgency_type);
CREATE TABLE GtfsAgency (addressCountry TEXT, addressLocality TEXT, addressRegion TEXT, agencyName TEXT, alternateName TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, district TEXT, entitySource TEXT, id TEXT PRIMARY KEY, language TEXT, name TEXT, owner JSON, page TEXT, phone TEXT, postOfficeBoxNumber TEXT, postalCode TEXT, seeAlso JSON, source TEXT, streetAddress TEXT, streetNr TEXT, timezone TEXT, type GtfsAgency_type);

0 comments on commit 241dc0d

Please sign in to comment.