ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
AuthorLists | Relationship between Citations and their Authors |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| BridgeID | Integer |
| Primary key for a bridge table, enabling many-to-many joins. | |||
CitationID | Integer | Foreign key identifier for a Citation |
|
||||
PersonID | Integer | Foreign key identifier for a Person that is an author of the Citation |
|
||||
AuthorOrder | Integer | Integer order of the authors of the Citation starting with 1 for first author |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_AuthorLists_Citations | ODM2Provenance.Citations | ODM2Provenance.AuthorLists | CitationID | CitationID |
fk_AuthorLists_People | ODM2Core.People | ODM2Provenance.AuthorLists | PersonID | PersonID |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2Provenance |