mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 22:15:13 +00:00
model update
This commit is contained in:
@@ -33,4 +33,5 @@ type PlayerAdvancedStat struct {
|
||||
VORP float64 `json:"vorp"`
|
||||
Team string `gorm:"not null;uniqueIndex:idx_player_season_team" json:"team"`
|
||||
Season int `gorm:"not null;uniqueIndex:idx_player_season_team" json:"season"`
|
||||
isPlayoff bool `gorm:"not null;default:false;uniqueIndex:idx_player_season_team" json:"isPlayoff"`
|
||||
}
|
||||
Reference in New Issue
Block a user