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 May 21, 2024
1 parent c42e63e commit 8add029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataQualityAssessment/schema.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* (Beta) Export of data model DataQualityAssessment of the subject dataModel.DataQuality for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
CREATE TYPE DataQualityAssessment_type AS ENUM ('DataQualityAssessment');
CREATE TABLE DataQualityAssessment (accuracy NUMERIC, address JSON, alternateName TEXT, areaServed TEXT, completeness NUMERIC, dataProvider TEXT, dateCalculated TIMESTAMP, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, id TEXT PRIMARY KEY, location JSON, name TEXT, outlier JSON, owner JSON, precision NUMERIC, seeAlso JSON, source TEXT, synthetic JSON, timeliness NUMERIC, type DataQualityAssessment_type);
CREATE TABLE DataQualityAssessment (accuracy NUMERIC, address JSON, alternateName TEXT, areaServed TEXT, completeness NUMERIC, dataProvider TEXT, dateCalculated TIMESTAMP, dateCreated TIMESTAMP, dateModified TIMESTAMP, description TEXT, duplicate JSON, id TEXT PRIMARY KEY, location JSON, name TEXT, outlier JSON, owner JSON, precision NUMERIC, seeAlso JSON, source TEXT, synthetic JSON, timeliness NUMERIC, type DataQualityAssessment_type);

0 comments on commit 8add029

Please sign in to comment.