Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DATEADDED datetime   Default = getdate()
 DATECHANGED datetime   Default = getdate()
 TS timestamp  
 TSLONG bigint (Computed) CONVERT(bigint, TS)

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

Index Name Field(s) Unique Primary Clustered
 IX_REMINDEROPTION_DATEADDED DATEADDED    
 IX_REMINDEROPTION_DATECHANGED DATECHANGED      
 PK_REMINDEROPTION ID  

Trigger Name Description
 TR_REMINDEROPTION_AUDIT_UPDATE
 TR_REMINDEROPTION_AUDIT_DELETE

Entity-Relationship diagram of this table