Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 GRANTSAWARDEDDATE UDT_MONTHDAY   Default = '0000'
 BOARDREVIEWSTARTDATE UDT_MONTHDAY   Default = '0000'
 BOARDREVIEWENDDATE UDT_MONTHDAY   Default = '0000'
 APPLICATIONDEADLINEDATE UDT_MONTHDAY   Default = '0000'
 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
 GRANTID uniqueidentifier   GRANTS.ID A foreign key to the grants table
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_GRANTDEADLINE_DATEADDED DATEADDED    
 IX_GRANTDEADLINE_DATECHANGED DATECHANGED      
 IX_GRANTDEADLINE_GRANTID GRANTID      
 PK_GRANTDEADLINE ID  

Trigger Name Description
 TR_GRANTDEADLINE_AUDIT_UPDATE
 TR_GRANTDEADLINE_AUDIT_DELETE

Entity-Relationship diagram of this table