Flat rate price for a group of a specific size.
Fields
Field |
Field Type |
Null |
Notes |
Description |
AMOUNT
|
money
|
false
|
|
Flat rate price the group pays.
|
GROUPMINIMUM
|
smallint
|
false
|
|
Minimum number of people to qualify for this price.
|
GROUPMAXIMUM
|
smallint
|
false
|
|
Maximum number of people to qualify for this price; -1 if no limit.
|
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.
|