Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(150)   Default = '' Name of the educational involvement.
 INACTIVE bit   Default = 0 Specifies that the Name should not be used for new records.
 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.

Foreign Key Field Type Null Notes Description
 EDUCATIONALINVOLVEMENTTYPECODEID uniqueidentifier   EDUCATIONALINVOLVEMENTTYPECODE.ID A foreign key to the educational involvement type table.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_EDUCATIONALINVOLVEMENTNAME_DATEADDED DATEADDED    
 IX_EDUCATIONALINVOLVEMENTNAME_DATECHANGED DATECHANGED      
 PK_EDUCATIONALINVOLVEMENTNAME ID  
 UIX_EDUCATIONALINVOLVEMENTNAME_EDUCATIONALINVOLVEMENTTYPECODEID_NAME EDUCATIONALINVOLVEMENTTYPECODEID, NAME    

Trigger Name Description
 TR_EDUCATIONALINVOLVEMENTNAME_AUDIT_UPDATE
 TR_EDUCATIONALINVOLVEMENTNAME_AUDIT_DELETE

Referenced by Field
 BATCHCONSTITUENTEDUCATIONALINVOLVEMENT EDUCATIONALINVOLVEMENTNAMEID
 EDUCATIONALINVOLVEMENT EDUCATIONALINVOLVEMENTNAMEID

Entity-Relationship diagram of this table