Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 UPDATECONTACTINFO bit   Default = 0 Indicates whether or not to update contact information.
 UPDATENAMEFORMATS bit   Default = 0 Indicates whether or not to update name formats.
 UPDATEHOUSEHOLDRECOGNITION bit   Default = 0 Indicates whether or not to update household recognition.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.
 UPDATEINDIVIDUALRELATIONSHIPS bit   Default = 0

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

Index Name Field(s) Unique Primary Clustered
 IX_MARRIAGEOPTION_DATEADDED DATEADDED    
 IX_MARRIAGEOPTION_DATECHANGED DATECHANGED      
 PK_MARRIAGEOPTION ID  

Trigger Name Description
 TR_MARRIAGEOPTION_AUDIT_UPDATE
 TR_MARRIAGEOPTION_AUDIT_DELETE