EVENTAUCTION (4.0)

Links an auction to an event.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

CUSTOMIDENTIFIER

nvarchar(100)

false

''

User-definable custom identifier.

SEQUENCEID

int

false

Identity column used to increment the default lookupid.

LOOKUPID

nvarchar(100) (Computed)

true

Unique identifer that supports user defined values as well as system generated values.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_EVENTAUCTION_DATEADDED

DATEADDED

False

False

True

IX_EVENTAUCTION_DATECHANGED

DATECHANGED

False

False

False

PK_EVENTAUCTION

ID

True

True

False

UC_EVENTAUCTION_LOOKUPID

LOOKUPID

True

False

False

Triggers
Trigger Name Description

TR_EVENTAUCTION_AUDIT_UPDATE

TR_EVENTAUCTION_AUDIT_DELETE

Referenced by
Referenced by Field

AMPROIMPORTCONFIG

ID

AUCTIONITEM

EVENTAUCTIONID

BATCHAMPRODATA

EVENTAUCTIONID

BATCHAUCTIONITEM

EVENTAUCTIONID