ODMX [ODMX_DBWrench_Schema.xml]
Bridge table linking field calibrations to the reference materials used
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXEquipment"."CalibrationStandards_BridgeID_seq"'::regclass) | Primary key identifier | ||
ActionID | Integer | Foreign key identifier of the calibration Action |
|
||||
ReferenceMaterialID | Integer | Foreign key identifier of the ReferenceMaterial used in the calibration |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_CalibrationStandards_CalibrationActions | ODMXEquipment.CalibrationActions | ODMXEquipment.CalibrationStandards | ActionID | ActionID |
fk_FieldCalibrationStandards_ReferenceMaterials | ODMXDataQuality.ReferenceMaterials | ODMXEquipment.CalibrationStandards | ReferenceMaterialID | ReferenceMaterialID |
(none)
Diagram Name |
ODMXEquipment |