Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 SEQUENCE int   Default = 0
 MEMBERISPRIMARY bit   Default = 0
 MEMBERUPDATEADDRESS bit   Default = 1
 MEMBERADDADDRESS bit   Default = 0
 MEMBERMAKEADDRESSPRIMARY bit   Default = 0
 MEMBERBIOINFO xml
 MEMBERBIOINFOALL xml
 MEMBERPHONETYPES xml
 MEMBERADDRESSINFO xml
 MEMBERADDRESSINFOALL xml
 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.
 MEMBERID uniqueidentifier

Foreign Key Field Type Null Notes Description
 BATCHBBNCMEMBERSHIPID uniqueidentifier   BATCHBBNCMEMBERSHIP.ID FK to BATCHBBNCMEMBERSHIP
 MEMBERCONSTITUENTID uniqueidentifier CONSTITUENT.LOCALID FK to CONSTITUENT
 MEMBERADDRESSTYPECODEID uniqueidentifier ADDRESSTYPECODE.ID FK to ADDRESSTYPECODE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_BATCHBBNCMEMBERSHIPMEMBER_BATCHBBNCMEMBERSHIPID BATCHBBNCMEMBERSHIPID      
 IX_BATCHBBNCMEMBERSHIPMEMBER_DATEADDED DATEADDED    
 IX_BATCHBBNCMEMBERSHIPMEMBER_DATECHANGED DATECHANGED      
 IX_BATCHBBNCMEMBERSHIPMEMBER_MEMBERCONSTITUENTID MEMBERCONSTITUENTID      
 PK_BATCHBBNCMEMBERSHIPMEMBER ID  

Trigger Name Description
 TR_BATCHBBNCMEMBERSHIPMEMBER_AUDIT_UPDATE
 TR_BATCHBBNCMEMBERSHIPMEMBER_AUDIT_DELETE

Entity-Relationship diagram of this table