MethodAnnotations - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: MethodAnnotations

Notes for or groups of one or more Methods.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXAnnotations"."MethodAnnotations_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
MethodIDInteger Foreign key of the method being annotated

AnnotationIDInteger Foreign key of the annotation added to the method


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_MethodAnnotations_AnnotationsODMXAnnotations.AnnotationsODMXAnnotations.MethodAnnotationsAnnotationIDAnnotationID
fk_MethodAnnotations_MethodsODMXCore.MethodsODMXAnnotations.MethodAnnotationsMethodIDMethodID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXAnnotations