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 7ef9d58 commit 755c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITTests/schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* (Beta) Export of data model ITTests of the subject dataModel.IT for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE status_type AS ENUM ('OK','NOK','POK');CREATE TYPE ITTests_type AS ENUM ('ITTests');
CREATE TABLE ITTests (address JSON, alternateName TEXT, areaServed TEXT, component TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, elapsedTime NUMERIC, name TEXT, owner JSON, source TEXT, status status_type, tests JSON, timestamp NUMERIC, type ITTests_type);
CREATE TABLE ITTests (address JSON, alternateName TEXT, areaServed TEXT, component TEXT, dataProvider TEXT, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, elapsedTime NUMERIC, id TEXT PRIMARY KEY, location JSON, name TEXT, owner JSON, seeAlso JSON, source TEXT, status status_type, tests JSON, timestamp NUMERIC, type ITTests_type);

0 comments on commit 755c521

Please sign in to comment.