Annotations - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Annotations

Contains text annotations added to one or more records within various ODMX tables. Annotations can be used to record notes about a particular SamplingFeature, Action, Result, etc. or to create groups of records such as Specimens, Sites, People, etc.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

AnnotationIDInteger

nextval('"ODMXAnnotations"."Annotations_AnnotationID_seq"'::regclass)Primary key for Annotations.
AnnotationTypeCVVarChar() CV for types of annotations.

AnnotationCodeVarChar()

A short text code that identifies the annotation (e.g., "A' for "Approved data").
AnnotationTextVarChar(500) Full text of the annotation.
AnnotationDateTimeDateTime

Date and time at which the annotation was created.
AnnotationUTCOffsetInteger

UTCOffset for the annotation creation date/time.
AnnotationLinkVarChar()

AnnotatorIDInteger

Foregn key identifier for the person that created the annotation

CitationIDInteger


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Annotations_CitationsODMXProvenance.CitationsODMXAnnotations.AnnotationsCitationIDCitationID
fk_Annotations_CV_AnnotationTypeODMXCV.CV_AnnotationTypeODMXAnnotations.AnnotationsTermAnnotationTypeCV
fk_Annotations_PeopleODMXCore.PersonsODMXAnnotations.AnnotationsPersonIDAnnotatorID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXAnnotations
ODMXProvenance
ODMXSimulation