ODMX [ODMX_DBWrench_Schema.xml]
Describes Actions that are related to one another.
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| RelationID | Integer |
| nextval('"ODMXCore"."RelatedActions_RelationID_seq"'::regclass) | Primary key for a relationship table (i.e. named "Related..."). | ||
| ActionID | Integer | Foreign key identifier of the Action |
|
||||
| RelationshipTypeCV | VarChar() | Text description of the relationship between two Actions |
|
||||
| RelatedActionID | Integer | Foreign key identifier for a Action related to the Action identified by ActionID |
|
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_RelatedActions_Actions | ODMXCore.Actions | ODMXCore.RelatedActions | ActionID | ActionID |
| fk_RelatedActions_Actions_AreRelated | ODMXCore.Actions | ODMXCore.RelatedActions | ActionID | RelatedActionID |
| fk_RelatedActions_CV_RelationshipType | ODMXCV.CV_RelationshipType | ODMXCore.RelatedActions | Term | RelationshipTypeCV |
(none)
| Diagram Name |
| ODMXCore |
| ODMXEquipment |
| ODMXSimulation |