MARRIAGEOPTION

Contains system marriage options.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

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) yes CONVERT(bigint, TS) Numeric representation of the timestamp.
UPDATEINDIVIDUALRELATIONSHIPS bit Default = 0 Indicates whether or not to update individual relationships.

Foreign Keys

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

Indexes

Index Name Fields Unique Primary Clustered
IX_MARRIAGEOPTION_DATEADDED DATEADDED yes
IX_MARRIAGEOPTION_DATECHANGED DATECHANGED
PK_MARRIAGEOPTION ID yes yes

Triggers

Trigger Name Description
TR_MARRIAGEOPTION_AUDIT_UPDATE
TR_MARRIAGEOPTION_AUDIT_DELETE