ODMX [ODMX_DBWrench_Schema.xml]
Links extension properties to a Result
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExtensionProperties"."ResultExtensionPropertyValues_BridgeID_seq"'::regclass) | 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() | Text or numeric value of the extension property |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ResultExtensionPropertyValues_ExtensionProperties | ODMXExtensionProperties.ExtensionProperties | ODMXExtensionProperties.ResultExtensionPropertyValues | PropertyID | PropertyID |
fk_ResultExtensionPropertyValues_Results | ODMXCore.Results | ODMXExtensionProperties.ResultExtensionPropertyValues | ResultID | ResultID |
(none)
Diagram Name |
ODMXExtensionProperties |