ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
MeasurementResultValueAnnotations | Annotations for Measurement ResultValues |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| 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 |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MeasurementResultValueAnnotations_MeasurementResultValues | ODM2Results.MeasurementResultValues | ODM2Annotations.MeasurementResultValueAnnotations | ValueID | ValueID |
fk_ResultValueAnnotations_Annotations | ODM2Annotations.Annotations | ODM2Annotations.MeasurementResultValueAnnotations | AnnotationID | AnnotationID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2Annotations |