Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DESCRIPTION nvarchar(100)  
 ACTIVE bit   Default = 1
 SEQUENCE int   Default = 0
 DATEADDED datetime   Default = getdate()
 DATECHANGED datetime   Default = getdate()
 TS timestamp  
 TSLONG bigint (Computed) convert(bigint, TS)

Foreign Key Field Type Null Notes Description
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID

Index Name Field(s) Unique Primary Clustered
 IX_FAFNFGTYPECODE_DATEADDED DATEADDED    
 PK_FAFNFGTYPECODE ID  
 UIX_FAFNFGTYPECODE_DESCRIPTION DESCRIPTION    

Trigger Name Description
 TR_FAFNFGTYPECODE_AUDIT_UPDATE
 TR_FAFNFGTYPECODE_AUDIT_DELETE
 TR_FAFNFGTYPECODE_INSERT_BBNCCODETABLEIDMAP
 TR_FAFNFGTYPECODE_DELETE_BBNCCODETABLEIDMAP

Referenced by Field
 FAFNFGCAMPAIGN NFGTYPECODEID

Entity-Relationship diagram of this table