AuthorLists - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: AuthorLists

Relationship between Citations and their Authors

Columns

PKNameData TypeNULLAutoDefaultCommentFK

BridgeIDInteger

nextval('"ODMXProvenance"."AuthorLists_BridgeID_seq"'::regclass)Primary key for a bridge table, enabling many-to-many joins.
CitationIDInteger Foreign key identifier for a Citation

PersonIDInteger Foreign key identifier for a Person that is an author of the Citation

AuthorOrderInteger Integer order of the authors of the Citation starting with 1 for first author

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_AuthorLists_CitationsODMXProvenance.CitationsODMXProvenance.AuthorListsCitationIDCitationID
fk_AuthorLists_PeopleODMXCore.PersonsODMXProvenance.AuthorListsPersonIDPersonID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXProvenance