forgot to put new api docs and fixed a bug with duplicates
This commit is contained in:
@@ -4,7 +4,7 @@ type Game struct {
|
||||
Model
|
||||
|
||||
Name string `json:"name"`
|
||||
SteamAppID int `json:"steamAppId"`
|
||||
SteamAppID int `json:"steamAppId" gorm:"unique"`
|
||||
Image string `json:"image"`
|
||||
ReleaseDate string `json:"releaseDate"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user