Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 SOURCE nvarchar(150)   Default = ''
 ORGNAME nvarchar(150)   Default = ''
 LINE1 nvarchar(150)   Default = ''
 CITY nvarchar(50)   Default = ''
 STATE nvarchar(2)   Default = ''
 ZIP nvarchar(10)   Default = ''
 TICKER nvarchar(50)   Default = ''
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.
 FULLHASH nvarchar(32)   Default = ''

Foreign Key Field Type Null Notes Description
 WEALTHID uniqueidentifier   WEALTH.ID FK to WEALTH
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_PEOPLELINKORGANIZATION_DATEADDED DATEADDED    
 IX_PEOPLELINKORGANIZATION_DATECHANGED DATECHANGED      
 PK_PEOPLELINKORGANIZATION ID  

Trigger Name Description
 TR_PEOPLELINKORGANIZATION_AUDIT_UPDATE
 TR_PEOPLELINKORGANIZATION_AUDIT_DELETE

Referenced by Field
 PEOPLELINKCONTACT PEOPLELINKORGANIZATIONID

Entity-Relationship diagram of this table