EventItemPrices
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
BackOfficeID | int | |||
Description | nvarchar(120) | yes | ||
NumParticipants | int | Default = 0 | ||
Publish | bit | Default = -1 | ||
AllowAnonRegistrants | bit | Default = 0 | ||
MaxUnitsPerTxn | int | Default = 4 | ||
DisplayOrder | int | yes | ||
EarlybirdEnabled | bit | Default = 0 | ||
EarlybirdStart | datetime | yes | ||
EarlybirdEnd | datetime | yes |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
EventItemsID | int | EventItems.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
IX_EventItemPrices_EventItemsID | EventItemsID | |||
PK_EventItemPrices | ID | yes | yes | yes |