ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExtensionProperties"."ActionExtensionPropertyValues_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
ActionID | Integer | Foreign key of the Action |
|
||||
PropertyID | Integer | Foreign key of the extension property added to the Action |
|
||||
PropertyValue | VarChar() | Value of the extension property added to the Action |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ActionExtensionPropertyValues_Actions | ODMXCore.Actions | ODMXExtensionProperties.ActionExtensionPropertyValues | ActionID | ActionID |
fk_ActionExtensionPropertyValues_ExtensionProperties | ODMXExtensionProperties.ExtensionProperties | ODMXExtensionProperties.ActionExtensionPropertyValues | PropertyID | PropertyID |
(none)
Diagram Name |
ODMXExtensionProperties |