Affiliations - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Affiliations

Describes affiliations of people with organizations.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

AffiliationIDInteger

nextval('"ODMXCore"."Affiliations_AffiliationID_seq"'::regclass)Primay key identifier
PersonIDInteger Foreign key identifer for a person

OrganizationIDInteger

Foreigh key identifier for an organization

IsPrimaryOrganizationContactBoolean

Boolean indication of whether the person is the organizations primary contact person
AffiliationStartDateDate

The date on which the person became affiliated with the organization
AffiliationEndDateDate

The date on which the person's affiliation with the organization ended
PhoneVarChar()

The primary phone number of the person
EmailVarChar()

The primary email address of the person
AddressVarChar()

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

StateProvinceVarChar()

PostalCodeVarChar()

CountryVarChar()

PersonLinkVarChar()

A URL for the website for a person
JobTitleVarChar()


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Affiliations_OrganizationsODMXCore.OrganizationsODMXCore.AffiliationsOrganizationIDOrganizationID
fk_Affiliations_PeopleODMXCore.PersonsODMXCore.AffiliationsPersonIDPersonID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXCore
ODMXOverviewSimplified
ODMXSimulation