ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
VariableExtensionPropertyValues | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| 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(255) | Text or numeric value of the extension property for the variable |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_VariableExtensionPropertyValues_ExtensionProperties | ODM2ExtensionProperties.ExtensionProperties | ODM2ExtensionProperties.VariableExtensionPropertyValues | PropertyID | PropertyID |
fk_VariableExtensionPropertyValues_Variables | ODM2Core.Variables | ODM2ExtensionProperties.VariableExtensionPropertyValues | VariableID | VariableID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2ExtensionProperties |