Skip to content

Commit df7f550

Browse files
test of SQL export
1 parent ec954dd commit df7f550

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

UWBAnchor/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 UWBAnchor of the subject dataModel.Device for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
CREATE TYPE UWBAnchor_type AS ENUM ('UWBAnchor');
3+
CREATE TABLE UWBAnchor (address JSON, alternateName TEXT, areaServed TEXT, data JSON, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, id TEXT PRIMARY KEY, location JSON, name TEXT, owner JSON, seeAlso JSON, source TEXT, success BOOLEAN, tagId TEXT, timestamp NUMERIC, type UWBAnchor_type, version TEXT);

0 commit comments

Comments
 (0)