ODMX [ODMX_DBWrench_Schema.xml]
a table which allows us to link Actions, People and Sampling Features to external data and events
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| ConnectionID | Integer |
| ||||
SamplingFeatureID | Integer |
|
|
||||
EquipmentID | Integer |
|
|
||||
ActionID | Integer |
|
|
||||
Description | VarChar() |
| Free form description |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ExternalConnection_Actions | ODMXCore.Actions | ODMXCore.ExternalConnection | ActionID | ActionID |
fk_ExternalConnection_Equipment | ODMXEquipment.Equipment | ODMXCore.ExternalConnection | EquipmentID | EquipmentID |
fk_ExternalConnection_SamplingFeatures | ODMXCore.SamplingFeatures | ODMXCore.ExternalConnection | SamplingFeatureID | SamplingFeatureID |
(none)
Diagram Name |
ODMXCore |