| ODM2 [ODM2_DBWrench_Schema.xml] | 
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes | 
| EquipmentUsed | (Table) | 
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | 
| 
 | BridgeID | Integer | 
 | Primary key for a bridge table, enabling many-to-many joins. | |||
| ActionID | Integer | Foreign key identifier of the Action | 
 | ||||
| EquipmentID | Integer | Foreign key identifier of the Equipment entity associated with the Action | 
 | ||||
| Indexes (none) | 
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns | 
| fk_EquipmentActions_Actions | ODM2Core.Actions | ODM2Equipment.EquipmentUsed | ActionID | ActionID | 
| fk_EquipmentActions_Equipment | ODM2Equipment.Equipment | ODM2Equipment.EquipmentUsed | EquipmentID | EquipmentID | 
| Parent Relations (none) | 
| Used in Diagrams | 
| Diagram Name | 
| ODM2Equipment | 
| ODM2LabAnalyses |