Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 JOBID uniqueidentifier  
 RE7RECORDID int   Default = 0
 MESSAGE nvarchar(4000)   Default = ''
 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_RE7INTEGRATIONERROR_DATEADDED DATEADDED    
 IX_RE7INTEGRATIONERROR_DATECHANGED DATECHANGED      
 IX_RE7INTEGRATIONERROR_JOBID JOBID      
 PK_RE7INTEGRATIONERROR ID  

Trigger Name Description
 TR_RE7INTEGRATIONERROR_AUDIT_UPDATE
 TR_RE7INTEGRATIONERROR_AUDIT_DELETE