Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 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
 EDUCATIONALHISTORYID uniqueidentifier   EDUCATIONALHISTORY.ID A foreign key to the educational history table.
 ACADEMICCATALOGCOLLEGEID uniqueidentifier ACADEMICCATALOGCOLLEGE.ID A foreign key to the academic catalog college table.
 ACADEMICCATALOGDEPARTMENTID uniqueidentifier ACADEMICCATALOGDEPARTMENT.ID A foreign key to the academic catalog department table.
 ACADEMICCATALOGDEGREETYPEID uniqueidentifier ACADEMICCATALOGDEGREETYPE.ID A foreign key to the academic catalog degree type table.
 EDUCATIONALCOLLEGECODEID uniqueidentifier EDUCATIONALCOLLEGECODE.ID The unaffiliated educational college code.
 EDUCATIONALDEPARTMENTCODEID uniqueidentifier EDUCATIONALDEPARTMENTCODE.ID The unaffiliated educational department code.
 EDUCATIONALDEGREETYPECODEID uniqueidentifier EDUCATIONALDEGREETYPECODE.ID The unaffiliated educational degree type code.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 ACADEMICCATALOGDIVISIONID uniqueidentifier ACADEMICCATALOGDIVISION.ID A foreign key to the academic catalog division table.
 ACADEMICCATALOGSUBDEPARTMENTID uniqueidentifier ACADEMICCATALOGSUBDEPARTMENT.ID A foreign key to the academic catalog sub department table.
 EDUCATIONALDIVISIONCODEID uniqueidentifier EDUCATIONALDIVISIONCODE.ID The unaffiliated educational division code.
 EDUCATIONALSUBDEPARTMENTCODEID uniqueidentifier EDUCATIONALSUBDEPARTMENTCODE.ID The unaffiliated educational sub department code.

Index Name Field(s) Unique Primary Clustered
 IX_EDUCATIONADDITIONALINFORMATION_DATEADDED DATEADDED    
 IX_EDUCATIONADDITIONALINFORMATION_DATECHANGED DATECHANGED      
 IX_EDUCATIONADDITIONALINFORMATION_EDUCATIONALHISTORYID EDUCATIONALHISTORYID      
 PK_EDUCATIONADDITIONALINFORMATION ID  

Trigger Name Description
 TR_EDUCATIONADDITIONALINFORMATION_AUDIT_ETLDELETEDID
 TR_EDUCATIONADDITIONALINFORMATION_AUDIT_UPDATE
 TR_EDUCATIONADDITIONALINFORMATION_AUDIT_DELETE

Entity-Relationship diagram of this table