People - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: People

A person record must be defined first to relate a source with an organization even if the person is unknown because sources connect to organizations through a person.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

PersonIDInteger

Primary key identifier
PersonNameVarChar(255) First and Last name of the person
AddressVarChar(255)

The primary mailing address of the person, including street, city, state, zip, and country
EmailVarChar(255)

The primary email address of the person
PhoneVarChar(50)

The primary phone number of the person
PersonWebpageVarChar(255)

A URL for the website for a person
PositionVarChar(255)

Position of the person
OrganizationIDInteger Foreigh key identifier for an organization


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_People_OrganizationsMetadata.OrganizationsMetadata.PeopleOrganizationIDOrganizationID

Triggers

(none)


Used in Diagrams

Diagram Name
01_WaMDaM
02_WaMDaM_WCVs