Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 FACEPRICE money   Default = 0
 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.
 SEQUENCE int   Default = 0 The sequence in which prices are entered.

Foreign Key Field Type Null Notes Description
 PRICETYPECODEID uniqueidentifier   PRICETYPECODE.ID FK to PRICETYPECODE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 EVENTID uniqueidentifier   EVENT.ID FK to EVENT

Index Name Field(s) Unique Primary Clustered
 IX_PROGRAMEVENTPRICE_DATEADDED DATEADDED    
 IX_PROGRAMEVENTPRICE_DATECHANGED DATECHANGED      
 PK_PROGRAMEVENTPRICE ID  
 UIX_PROGRAMEVENTPRICE_PRICETYPECODEID_EVENTID PRICETYPECODEID, EVENTID    

Trigger Name Description
 TR_PROGRAMEVENTPRICE_AUDIT_UPDATE
 TR_PROGRAMEVENTPRICE_AUDIT_DELETE

Entity-Relationship diagram of this table