Primary Key Field Type
 GUID uniqueidentifier

Field Field Type Null Notes Description
 ID int  
 CreateDate datetime   Default = getutcdate()
 UpdateDate datetime   Default = getutcdate()
 Status nvarchar(32)
 ErrorText nvarchar(max)
 Verbose bit   Default = 0

Foreign Key Field Type Null Notes Description
 EmailID int   Email.ID
 EmailJobID int   EmailJob.ID
 UserID int ClientUsers.ID

Index Name Field(s) Unique Primary Clustered
 IX__EmailJobStatus__ID ID    
 PK__EmailJobStatus__GUID GUID

Entity-Relationship diagram of this table