Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 CreateDate datetime   Default = getutcdate()
 UpdateDate datetime   Default = getutcdate()
 Deleted bit   Default = 0
 Type tinyint   Default = 0
 DisplayName nvarchar(255)

Foreign Key Field Type Null Notes Description
 FundraisersID int   FundRaisers.ID
 EmailTemplateID int EmailTemplate.ID

Index Name Field(s) Unique Primary Clustered
 IX_FundraiserEmail_FundraisersID FundraisersID      
 PK_FundraiserEmail ID

Trigger Name Description
 TR_FundraiserEmails_CASCDE_DEL_1

Entity-Relationship diagram of this table