Stores data related to a ticket.
Fields
Field |
Field Type |
Null |
Notes |
Description |
PRICE
|
money
|
false
|
|
The price of the ticket
|
STATUSCODE
|
tinyint
|
false
|
|
Specifies the particular state of a ticket.
|
ISACTIVE
|
bit
|
false
|
|
Describes whether the ticket is active.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
TICKETNUMBER
|
bigint (Computed)
|
true
|
|
The event specific ticket number.
|
STATUS
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'STATUSCODE' field.
|
APPLIEDTOMEMBERSHIP
|
bit
|
false
|
|
Describes whether the ticket has been applied to a membership.
|
SCANDATEWITHTIMEOFFSET
|
datetimeoffset
|
true
|
|
|