ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXLabAnalyses"."ActionDirectives_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
ActionID | Integer | Foreign key identifier of the Action |
|
||||
DirectiveID | Integer | Foreign key identifier of the Directive |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ActionDirectives_Actions | ODMXCore.Actions | ODMXLabAnalyses.ActionDirectives | ActionID | ActionID |
fk_ActionDirectives_Directives | ODMXLabAnalyses.Directives | ODMXLabAnalyses.ActionDirectives | DirectiveID | DirectiveID |
(none)
Diagram Name |
ODMXLabAnalyses |