change the field to time.Time for correctness
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Ticket struct {
|
||||
Id int
|
||||
UserId int
|
||||
SyndicateId *int
|
||||
GameType string
|
||||
DrawDate string
|
||||
DrawDate time.Time
|
||||
Ball1 int
|
||||
Ball2 int
|
||||
Ball3 int
|
||||
|
||||
Reference in New Issue
Block a user