ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXEquipment"."EquipmentUsed_BridgeID_seq"'::regclass) | 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 |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_EquipmentActions_Actions | ODMXCore.Actions | ODMXEquipment.EquipmentUsed | ActionID | ActionID |
fk_EquipmentActions_Equipment | ODMXEquipment.Equipment | ODMXEquipment.EquipmentUsed | EquipmentID | EquipmentID |
(none)
Diagram Name |
ODMXEquipment |
ODMXLabAnalyses |