diff --git a/data/models.go b/data/models.go index 5321aeb..597a8a3 100644 --- a/data/models.go +++ b/data/models.go @@ -15,6 +15,7 @@ type Event struct { RemoteID string `json:"remote_id" gorm:"column:remote_id"` ProfileID int `json:"profile_id" gorm:"column:profile_id"` Title string `json:"title" gorm:"column:title"` + CreatedAt int64 `json:"created_at" gorm:"created_at"` } type User_Profile struct {