Skip to content

Commit 28698bf

Browse files
test of SQL export
1 parent 8aa5eb9 commit 28698bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CarbonFootprint/schema.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* (Beta) Export of data model CarbonFootprint of the subject dataModel.Environment for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
3+
CREATE TABLE CarbonFootprint (CO2eq NUMERIC, address JSON, alternateName TEXT, areaServed TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, emissionDate TIMESTAMP, emissionSource TEXT, id TEXT PRIMARY KEY, location JSON, name TEXT, owner JSON, relatedSource TEXT, seeAlso JSON, source TEXT, tags JSON, type TEXT);

0 commit comments

Comments
 (0)