Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 DESCRIPTION nvarchar(100)   Default = '' Contains the name of the system constituency.
 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.
 SYSTEMDESCRIPTION nvarchar(100)   Default = '' Contains the original system constituency description.

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

Index Name Field(s) Unique Primary Clustered
 IX_CONSTITUENCYSYSTEMNAME_DATEADDED DATEADDED    
 IX_CONSTITUENCYSYSTEMNAME_DATECHANGED DATECHANGED      
 PK_CONSTITUENCYSYSTEMNAME ID  
 UIX_CONSTITUENCYSYSTEMNAME_ID ID    

Trigger Name Description
 TR_CONSTITUENCYSYSTEMNAME_AUDIT_UPDATE
 TR_CONSTITUENCYSYSTEMNAME_AUDIT_DELETE
 TR_CONSTITUENCYSYSTEMNAME_DELETE

Referenced by Field
 BATCHCONSTITUENTCONSTITUENCYSYSTEM CONSTITUENCYCODEID
 BATCHCONSTITUENTUPDATECONSTITUENCIESSYSTEM CONSTITUENCYCODEID
 COMBINATIONCONSTITUENCY CONSTITUENCYSYSTEMNAMEID
 DISCOUNTCONSTITUENCY CONSTITUENCYSYSTEMNAMEID
 GIFTFEECONSTITUENCY SYSTEMCONSTITUENCYID

Entity-Relationship diagram of this table