ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
ResultExtensionPropertyValues | Links extension properties to a Result |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| Primary key for a bridge table, enabling many-to-many joins. | |||
ResultID | BigInt | Foreign key identifier for the result to which the extension property applies |
|
||||
PropertyID | Integer | Foreign key identifier for the extension propery |
|
||||
PropertyValue | VarChar(255) | Text or numeric value of the extension property |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ResultExtensionPropertyValues_ExtensionProperties | ODM2ExtensionProperties.ExtensionProperties | ODM2ExtensionProperties.ResultExtensionPropertyValues | PropertyID | PropertyID |
fk_ResultExtensionPropertyValues_Results | ODM2Core.Results | ODM2ExtensionProperties.ResultExtensionPropertyValues | ResultID | ResultID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2ExtensionProperties |