We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7ebe7 commit 891a2b6Copy full SHA for 891a2b6
internal/database/predictions.go
@@ -11,7 +11,7 @@ type Prediction struct {
11
WinningOutcomeID *string `db:"winning_outcome_id" json:"winning_outcome_id"`
12
PredictionWindow int `db:"prediction_window" json:"prediction_window"`
13
Status string `db:"status" json:"status"`
14
- StartedAt string `db:"created_at" json:"started_at"`
+ StartedAt string `db:"created_at" json:"created_at"`
15
EndedAt *string `db:"ended_at" json:"ended_at"`
16
LockedAt *string `db:"locked_at" json:"locked_at"`
17
Outcomes []PredictionOutcome `json:"outcomes"`
0 commit comments