| ODM2 [ODM2_DBWrench_Schema.xml] | 
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes | 
| MethodCitations | (Table) | 
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | 
| 
 
  | BridgeID | Integer | 
 
  | nextval('"ODM2Provenance"."MethodCitations_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
| MethodID | Integer | Foreign key identifier for a Method | 
 
  | 
||||
| RelationshipTypeCV | VarChar(255) | CV term describing the relationship between the Methods and the Citation (e.g., "References" or "isDocumentedBy"), largely conforming to CV used by DataCite.org. | 
 
  | 
||||
| CitationID | Integer | Foreign key identifier for a Citation that is associated with the Method identified by MethodID | 
 
  | 
||||
| Indexes (none) | 
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns | 
| fk_MethodCitations_Citations | ODM2Provenance.Citations | ODM2Provenance.MethodCitations | CitationID | CitationID | 
| fk_MethodCitations_CV_RelationshipType | ODM2CV.CV_RelationshipType | ODM2Provenance.MethodCitations | Term | RelationshipTypeCV | 
| fk_MethodCitations_Methods | ODM2Core.Methods | ODM2Provenance.MethodCitations | MethodID | MethodID | 
| Parent Relations (none) | 
| Triggers (none) | 
| Used in Diagrams | 
| Diagram Name | 
| ODM2Provenance |