MeasurementResultValueAnnotations - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: MeasurementResultValueAnnotations

Annotations for Measurement ResultValues

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXAnnotations"."MeasurementResultValueAnnotations_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
ValueIDBigInt Foreign key of the result value being annotated

AnnotationIDInteger Foreign key of the annotation applied to the result value


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_MeasurementResultValueAnnotations_MeasurementResultValuesODMXResults.MeasurementResultValuesODMXAnnotations.MeasurementResultValueAnnotationsValueIDValueID
fk_ResultValueAnnotations_AnnotationsODMXAnnotations.AnnotationsODMXAnnotations.MeasurementResultValueAnnotationsAnnotationIDAnnotationID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXAnnotations