| ODM2 [ODM2_DBWrench_Schema.xml] | 
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes | 
| CalibrationReferenceEquipment | Information about equipment used as referenece for a calibration | 
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | 
| 
 | BridgeID | Integer | 
 | nextval('"ODM2Equipment"."CalibrationReferenceEquipment_BridgeID_seq"'::regclass) | Primary key identifier | ||
| ActionID | Integer | Foreign key identifier of the Calibration Action | 
 | ||||
| EquipmentID | Integer | Foreign key identifier of the Equipment used in the Calibration Action | 
 | ||||
| Indexes (none) | 
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns | 
| fk_CalibrationReferenceEquipment_CalibrationActions | ODM2Equipment.CalibrationActions | ODM2Equipment.CalibrationReferenceEquipment | ActionID | ActionID | 
| fk_CalibrationReferenceEquipment_Equipment | ODM2Equipment.Equipment | ODM2Equipment.CalibrationReferenceEquipment | EquipmentID | EquipmentID | 
| Parent Relations (none) | 
| Triggers (none) | 
| Used in Diagrams | 
| Diagram Name | 
| ODM2Equipment |