Raffle Schema Reference
Purpose
The Raffle table contains Raffle event information and configuration.
Fields
15 fields
Other Fields
Name ↑ | Type | Descriptions |
---|---|---|
AllowMultipleWinsPerTicket | Bool | [ "If there are multiple prizes associated with this raffle then allow a ticket to win multiple times" ] |
Auction | Auction Schema Reference | |
CreatedAt | DateTime | |
CreatedBy | String | |
Id | Guid | |
IsSingleWinPerTicketHolder | Bool | [ "If there are multiple prizes associated with this raffle then restrict a ticket holder to win only once regardless of the number of tickets they have" ] |
LastModifiedAt | DateTime | |
LastModifiedBy | String | |
MaxTickets | Double | [ "Maximum number of tickets to sell to sell in this raffle, 0 means they are unlimited" ] |
Name | String | [ "A name for your raffle. This is internal only and is never shown to participants." ] |
NextAssignedNumber | Double | [ "Enter the starting number for the first ticket sold" ] |
Notes | String | [ "Notes are never shown to participants" ] |
StartingNumber | Double | [ "Enter the starting number for the first ticket sold" ] |
Type | Enum | [ "Controls how winners are assigned to items" ] |
Set Fields
Name ↑ | Type | Descriptions |
---|---|---|
Items | Item Schema Reference |
Last reviewed: July 2025