EDUCATIONALINVOLVEMENTNAME

Indicates the name of an educational involvement.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

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.

Indexes

Index Name Fields Unique Primary Clustered
IX_EDUCATIONALINVOLVEMENTNAME_DATEADDED DATEADDED yes
IX_EDUCATIONALINVOLVEMENTNAME_DATECHANGED DATECHANGED
PK_EDUCATIONALINVOLVEMENTNAME ID yes yes
UIX_EDUCATIONALINVOLVEMENTNAME_EDUCATIONALINVOLVEMENTTYPECODEID_NAME EDUCATIONALINVOLVEMENTTYPECODEID, NAME yes

Triggers

Trigger Name Description
TR_EDUCATIONALINVOLVEMENTNAME_AUDIT_UPDATE
TR_EDUCATIONALINVOLVEMENTNAME_AUDIT_DELETE

Referenced by

Referenced by Field
BATCHCONSTITUENTEDUCATIONALINVOLVEMENT EDUCATIONALINVOLVEMENTNAMEID
EDUCATIONALINVOLVEMENT EDUCATIONALINVOLVEMENTNAMEID