Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 ORDERPAGEID int   Default = 0 The ID of the page hosting the order display part. Upon adding or updating tickets, the browser can be redirected to this page.
 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
 CONTENTID int   SiteContent.ID The part instance these settings apply to.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_STUDENTPAYMENTPARTEE7SETTINGS_DATEADDED DATEADDED    
 IX_STUDENTPAYMENTPARTEE7SETTINGS_DATECHANGED DATECHANGED      
 PK_STUDENTPAYMENTPARTEE7SETTINGS ID  
 UC_STUDENTPAYMENTPARTEE7SETTINGS_CONTENTID CONTENTID    

Trigger Name Description
 TR_STUDENTPAYMENTPARTEE7SETTINGS_AUDIT_UPDATE
 TR_STUDENTPAYMENTPARTEE7SETTINGS_AUDIT_DELETE