Skip to content

Commit 139dd46

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PolarH10/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 PolarH10 of the subject dataModel.Device for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
CREATE TYPE PolarH10_type AS ENUM ('PolarH10');
3+
CREATE TABLE PolarH10 (acc JSON, address JSON, alternateName TEXT, areaServed TEXT, clientId TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, deviceId TEXT, ecg JSON, hr NUMERIC, hrv NUMERIC, id TEXT PRIMARY KEY, location JSON, name TEXT, owner JSON, rr JSON, sampleRate NUMERIC, seeAlso JSON, sensorTimeStamp NUMERIC, sessionId NUMERIC, source TEXT, timeStamp NUMERIC, type PolarH10_type);

0 commit comments

Comments
 (0)