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
 BATCHMEMBERSHIPDUESID uniqueidentifier   BATCHMEMBERSHIPDUES.ID
 CAMPAIGNID uniqueidentifier   CAMPAIGN.LOCALID
 CAMPAIGNSUBPRIORITYID uniqueidentifier CAMPAIGNSUBPRIORITY.ID
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID

Index Name Field(s) Unique Primary Clustered
 IX_BATCHMEMBERSHIPDUESCAMPAIGN_BATCHMEMBERSHIPDUESID BATCHMEMBERSHIPDUESID      
 IX_BATCHMEMBERSHIPDUESCAMPAIGN_DATEADDED DATEADDED    
 IX_BATCHMEMBERSHIPDUESCAMPAIGN_DATECHANGED DATECHANGED      
 PK_BATCHMEMBERSHIPDUESCAMPAIGN ID  

Trigger Name Description
 TR_BATCHMEMBERSHIPDUESCAMPAIGN_AUDIT_UPDATE
 TR_BATCHMEMBERSHIPDUESCAMPAIGN_AUDIT_DELETE

Entity-Relationship diagram of this table