ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
MethodAnnotations | Notes for or groups of one or more Methods. |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| 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 |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MethodAnnotations_Annotations | ODM2Annotations.Annotations | ODM2Annotations.MethodAnnotations | AnnotationID | AnnotationID |
fk_MethodAnnotations_Methods | ODM2Core.Methods | ODM2Annotations.MethodAnnotations | MethodID | MethodID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2Annotations |