ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
RelatedActions | Describes Actions that are related to one another. |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| RelationID | Integer |
| Primary key for a relationship table (i.e. named "Related..."). | |||
ActionID | Integer | Foreign key identifier of the Action |
|
||||
RelationshipTypeCV | VarChar(255) | Text description of the relationship between two Actions |
|
||||
RelatedActionID | Integer | Foreign key identifier for a Action related to the Action identified by ActionID |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_RelatedActions_Actions | ODM2Core.Actions | ODM2Core.RelatedActions | ActionID | ActionID |
fk_RelatedActions_Actions_AreRelated | ODM2Core.Actions | ODM2Core.RelatedActions | ActionID | RelatedActionID |
fk_RelatedActions_CV_RelationshipType | ODM2CV.CV_RelationshipType | ODM2Core.RelatedActions | Name | RelationshipTypeCV |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2Core |
ODM2Equipment |
ODM2Simulation |