Primary Key Field Type
 ID uniqueidentifier

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

Foreign Key Field Type Null Notes Description
 ID uniqueidentifier   PHONE.LOCALID
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID

Index Name Field(s) Unique Primary Clustered
 IX_RE7INTEGRATIONPHONEMAP_DATEADDED DATEADDED    
 IX_RE7INTEGRATIONPHONEMAP_DATECHANGED DATECHANGED      
 PK_RE7INTEGRATIONPHONEMAP ID  
 UIX_RE7INTEGRATIONPHONEMAP_RE7PHONEID RE7PHONEID    

Trigger Name Description
 TR_RE7INTEGRATIONPHONEMAP_AUDIT_UPDATE
 TR_RE7INTEGRATIONPHONEMAP_AUDIT_DELETE

Entity-Relationship diagram of this table