Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(60)   Default = '' Name describing what the special character is used for.
 SHORTDESCRIPTION nvarchar(10)   Default = '' Special characters to be used for grading.
 USEINCALCULATIONS bit   Default = 0 Whether a grade marked with this character should be used in grade calculations.
 CANBEDROPPED bit   Default = 0 Whether a grade marked with this character can be dropped.
 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.
 PERCENTOFGRADE tinyint   Default = 0 The percent of the total assignment grade that should be given to an assignment marked with this character.
 ISREGISTRARCREATED bit   Default = 0 Indicates this character was created by the registrar.

Foreign Key Field Type Null Notes Description
 FACULTYID uniqueidentifier FACULTY.ID The faculty who created the special character.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GRADEBOOKSPECIALCHARACTER_DATEADDED DATEADDED    
 IX_GRADEBOOKSPECIALCHARACTER_DATECHANGED DATECHANGED      
 PK_GRADEBOOKSPECIALCHARACTER ID  

Trigger Name Description
 TR_GRADEBOOKSPECIALCHARACTER_AUDIT_UPDATE
 TR_GRADEBOOKSPECIALCHARACTER_AUDIT_DELETE

Entity-Relationship diagram of this table