ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExtensionProperties"."VariableExtensionPropertyValues_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
VariableID | Integer | Foreign key of the variable being extended |
|
||||
PropertyID | Integer | Foreign key of the extension property being applied to the variable |
|
||||
PropertyValue | VarChar() | Text or numeric value of the extension property for the variable |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_VariableExtensionPropertyValues_ExtensionProperties | ODMXExtensionProperties.ExtensionProperties | ODMXExtensionProperties.VariableExtensionPropertyValues | PropertyID | PropertyID |
fk_VariableExtensionPropertyValues_Variables | ODMXCore.Variables | ODMXExtensionProperties.VariableExtensionPropertyValues | VariableID | VariableID |
(none)
Diagram Name |
ODMXExtensionProperties |