Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 LISTKEY nvarchar(100)   A key unsed to uniquely identify a dropdown
 SORTMETHOD tinyint   Default = 0 0=Alphabetically, 1=User Defined
 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

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_LISTSORTMETHOD_DATEADDED DATEADDED    
 PK_LISTSORTMETHOD ID  
 UC_LISTSORTMETHOD_LISTKEY LISTKEY    

Trigger Name Description
 TR_LISTSORTMETHOD_AUDIT_UPDATE
 TR_LISTSORTMETHOD_AUDIT_DELETE

Entity-Relationship diagram of this table