Skip to content

Commit ec954dd

Browse files
test of SQL export
1 parent 139dd46 commit ec954dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SenseHat/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 SenseHat of the subject dataModel.Device for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
CREATE TYPE SenseHat_type AS ENUM ('SenseHat');
3+
CREATE TABLE SenseHat (accelerometer JSON, address JSON, alternateName TEXT, areaServed TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, humidity NUMERIC, id TEXT PRIMARY KEY, location JSON, name TEXT, owner JSON, pressure NUMERIC, raspSn TEXT, seeAlso JSON, source TEXT, temperature NUMERIC, type SenseHat_type);

0 commit comments

Comments
 (0)