ODMX [ODMX_DBWrench_Schema.xml]
Annotations for Measurement ResultValues
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXAnnotations"."MeasurementResultValueAnnotations_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
ValueID | BigInt | Foreign key of the result value being annotated |
|
||||
AnnotationID | Integer | Foreign key of the annotation applied to the result value |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MeasurementResultValueAnnotations_MeasurementResultValues | ODMXResults.MeasurementResultValues | ODMXAnnotations.MeasurementResultValueAnnotations | ValueID | ValueID |
fk_ResultValueAnnotations_Annotations | ODMXAnnotations.Annotations | ODMXAnnotations.MeasurementResultValueAnnotations | AnnotationID | AnnotationID |
(none)
Diagram Name |
ODMXAnnotations |