MethodCitations - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: MethodCitations

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXProvenance"."MethodCitations_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
MethodIDInteger Foreign key identifier for a Method

RelationshipTypeCVVarChar() CV term describing the relationship between the Methods and the Citation (e.g., "References" or "isDocumentedBy"), largely conforming to CV used by DataCite.org.

CitationIDInteger Foreign key identifier for a Citation that is associated with the Method identified by MethodID


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_MethodCitations_CitationsODMXProvenance.CitationsODMXProvenance.MethodCitationsCitationIDCitationID
fk_MethodCitations_CV_RelationshipTypeODMXCV.CV_RelationshipTypeODMXProvenance.MethodCitationsTermRelationshipTypeCV
fk_MethodCitations_MethodsODMXCore.MethodsODMXProvenance.MethodCitationsMethodIDMethodID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXProvenance