mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 11:12:56 +00:00
dev day #89
This commit is contained in:
@@ -16,6 +16,8 @@ type Sweepstake struct {
|
||||
PickerStyle string `json:"picker_style" gorm:"size:16;not null;default:'wheel'"` // wheel|cycler
|
||||
TotalPrizes int `json:"total_prizes" gorm:"not null;default:1"`
|
||||
PrizeSummary string `json:"prize_summary" gorm:"type:text"`
|
||||
EntryCostPoints int `json:"entry_cost_points" gorm:"not null;default:0"`
|
||||
EntryFeeCZK float64 `json:"entry_fee_czk" gorm:"not null;default:0"`
|
||||
WinnersSelectedAt *time.Time `json:"winners_selected_at"`
|
||||
VisibilityUntil *time.Time `json:"visibility_until"`
|
||||
DrawSeed string `json:"draw_seed" gorm:"size:64"`
|
||||
|
||||
Reference in New Issue
Block a user