ODMX [ODMX_DBWrench_Schema.xml]
Notes for or groups of one or more Results [sets].
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXAnnotations"."ResultAnnotations_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
ResultID | BigInt | Foreign key of the result being annotated |
|
||||
AnnotationID | Integer | Foreign key of the annotation added to the result |
|
||||
BeginDateTime | DateTime | Beginning date/time of the annotation | |||||
EndDateTime | DateTime | Ending date/time of the annotation |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ResultAnnotations_Annotations | ODMXAnnotations.Annotations | ODMXAnnotations.ResultAnnotations | AnnotationID | AnnotationID |
fk_ResultAnnotations_Results | ODMXCore.Results | ODMXAnnotations.ResultAnnotations | ResultID | ResultID |
(none)
Diagram Name |
ODMXAnnotations |