Primary Key Field Type
 ID uniqueidentifier

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

Foreign Key Field Type Null Notes Description
 NETCOMMUNITYMAPPINGRULEID uniqueidentifier   NETCOMMUNITYMAPPINGRULE.ID
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID

Index Name Field(s) Unique Primary Clustered
 IX_NETCOMMUNITYMAPPINGRULESITEID_DATEADDED DATEADDED    
 IX_NETCOMMUNITYMAPPINGRULESITEID_DATECHANGED DATECHANGED      
 PK_NETCOMMUNITYMAPPINGRULESITEID ID  

Trigger Name Description
 TR_NETCOMMUNITYMAPPINGRULESITEID_AUDIT_UPDATE
 TR_NETCOMMUNITYMAPPINGRULESITEID_AUDIT_DELETE

Entity-Relationship diagram of this table