Skip to content

Commit 6b3a867

Browse files
test of SQL export
1 parent 65e730e commit 6b3a867

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

InventoryItem/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 InventoryItem of the subject dataModel.PredictiveMaintenance for a PostgreSQL database. Pending translation of enumerations and multityped attributes */
2+
3+
CREATE TABLE InventoryItem (availableTotal INTEGER, itemLocation TEXT, itemNumber TEXT, name TEXT, netWeight NUMERIC, onDelivery INTEGER, orderedBooked INTEGER, physicalAvailability INTEGER, physicalBooked INTEGER, physicalStock INTEGER, researchName TEXT, site TEXT, totalOrdered INTEGER, type TEXT, warehouseID TEXT);

0 commit comments

Comments
 (0)