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
 BATCHCONSTITUENTID uniqueidentifier   BATCHCONSTITUENT.ID A foreign key to the constituent batch 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_BATCHCONSTITUENTEDUCATIONADDITIONALINFORMATION_DATEADDED DATEADDED    
 IX_BATCHCONSTITUENTEDUCATIONADDITIONALINFORMATION_DATECHANGED DATECHANGED      
 PK_BATCHCONSTITUENTEDUCATIONADDITIONALINFORMATION ID  

Trigger Name Description
 TR_BATCHCONSTITUENTEDUCATIONADDITIONALINFORMATION_AUDIT_UPDATE
 TR_BATCHCONSTITUENTEDUCATIONADDITIONALINFORMATION_AUDIT_DELETE

Entity-Relationship diagram of this table