Skip to content

Commit 53abe03

Browse files
test of SQL export
1 parent 6b3a867 commit 53abe03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MachineComponent/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 MachineComponent of the subject dataModel.PredictiveMaintenance for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
3+
CREATE TABLE MachineComponent (componentCost NUMERIC, componentDescription TEXT, componentSupplierID TEXT, dateGuaranteedDelivery DATE, deliveryCost NUMERIC, locationInWarehouse TEXT, measurement JSON, numberOfPiecesAvailable INTEGER, numberOfPiecesOnDelivery INTEGER, requiresSkill JSON, supplierID TEXT, type TEXT, warehouseID TEXT);

0 commit comments

Comments
 (0)