Skip to content

Commit

Permalink
add created at column
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Dec 26, 2023
1 parent 3b85d2f commit 2b4c936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2b4c936

Please sign in to comment.