Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 AMOUNT money   Default = 0
 RECEIPTAMOUNT money   Default = 0
 COST 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.
 NAME nvarchar(100)   Default = ''
 REGISTRATIONCOUNT int   Default = 0 Designates the number of registrants paid for by the event price.
 ORGANIZATIONAMOUNT money   Default = 0 The amount in the organization currency.
 ORGANIZATIONCOST money   Default = 0 The cost in the organization currency.

Foreign Key Field Type Null Notes Description
 EVENTID uniqueidentifier   EVENT.ID FK to EVENT
 EVENTREGISTRATIONTYPEID uniqueidentifier   EVENTREGISTRATIONTYPE.ID FK to EVENTREGISTRATIONTYPE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert to the organization amount.

Index Name Field(s) Unique Primary Clustered
 IX_EVENTPRICE_DATEADDED DATEADDED    
 IX_EVENTPRICE_DATECHANGED DATECHANGED      
 IX_EVENTPRICE_EVENTID_EVENTREGISTRATIONTYPEID EVENTID, EVENTREGISTRATIONTYPEID      
 IX_EVENTPRICE_ORGANIZATIONEXCHANGERATEID ORGANIZATIONEXCHANGERATEID      
 PK_EVENTPRICE ID  
 UIX_EVENTPRICE_EVENTID_NAME EVENTID, NAME    

Trigger Name Description
 TR_EVENTPRICE_DELETE_BBNCEVENTPRICEIDMAP
 TR_EVENTPRICE_INSERT_BBNCEVENTPRICEIDMAP
 TR_EVENTPRICE_AUDIT_UPDATE
 TR_EVENTPRICE_AUDIT_DELETE
 TR_EVENTPRICE_AUDIT_ETLDELETEDID
 TR_EVENTPRICE_INSERTUPDATE_CURRENCY

Referenced by Field
 BATCHAMPROIMPORTREGISTRANT REGISTRANT_EVENTPRICEID
 BATCHEVENTREGISTRANT EVENTPRICEID
 BATCHREVENUEREGISTRANTREGISTRATION EVENTPRICEID
 DAILYSALEITEMEVENTREGISTRATION EVENTPRICEID
 EVENTPRICEBENEFIT EVENTPRICEID
 FAFREGISTRATIONTYPE EVENTPRICEID
 FAFREGISTRATIONTYPEGOAL EVENTPRICEID
 REGISTRANTBATCH REGISTRATIONOPTIONID
 REGISTRANTREGISTRATION EVENTPRICEID
 REGISTRATIONPACKAGEPRICE EVENTPRICEID
 SALESORDERITEMEVENTREGISTRANTREGISTRATION EVENTPRICEID

Entity-Relationship diagram of this table