ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
People | Describes people. |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| PersonID | Integer |
| Primary key identifier. | |||
PersonFirstName | VarChar(255) | First name of the person | |||||
PersonMiddleName | VarChar(255) |
| Middle name of the person | ||||
PersonLastName | VarChar(255) | Last name of the person |
Indexes (none) |
Foreign Keys (none) |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_Annotations_People | ODM2Core.People | ODM2Annotations.Annotations | PersonID | AnnotatorID |
fk_Affiliations_People | ODM2Core.People | ODM2Core.Affiliations | PersonID | PersonID |
fk_Equipment_People | ODM2Core.People | ODM2Equipment.Equipment | PersonID | EquipmentOwnerID |
fk_PersonExternalIdentifiers_People | ODM2Core.People | ODM2ExternalIdentifiers.PersonExternalIdentifiers | PersonID | PersonID |
fk_AuthorLists_People | ODM2Core.People | ODM2Provenance.AuthorLists | PersonID | PersonID |
Used in Diagrams |
Diagram Name |
ODM2Core |
ODM2ExternalIdentifers |
ODM2OverviewSimplified |
ODM2Provenance |
ODM2Simulation |