ODMX [ODMX_DBWrench_Schema.xml]
Notes for or groups of one or more Methods.
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXAnnotations"."MethodAnnotations_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
MethodID | Integer | Foreign key of the method being annotated |
|
||||
AnnotationID | Integer | Foreign key of the annotation added to the method |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MethodAnnotations_Annotations | ODMXAnnotations.Annotations | ODMXAnnotations.MethodAnnotations | AnnotationID | AnnotationID |
fk_MethodAnnotations_Methods | ODMXCore.Methods | ODMXAnnotations.MethodAnnotations | MethodID | MethodID |
(none)
Diagram Name |
ODMXAnnotations |