Skip to content

Commit 65e730e

Browse files
test of SQL export
1 parent 4343615 commit 65e730e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Appointment/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 Appointment of the subject dataModel.PredictiveMaintenance for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
3+
CREATE TABLE Appointment (appointmentDescription TEXT, category TEXT, externalKey JSON, flag TEXT, from DATE, note TEXT, recurring BOOLEAN, recurringException TEXT, recurringRule TEXT, to DATE, type TEXT, wholeDay BOOLEAN);

0 commit comments

Comments
 (0)