mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 05:55:13 +00:00
playoffs added to totals model
This commit is contained in:
@@ -36,4 +36,5 @@ type PlayerTotalStat struct {
|
||||
Points int `json:"points"`
|
||||
Team string `gorm:"not null;uniqueIndex:idx_total_player_season_team" json:"team"`
|
||||
Season int `gorm:"not null;uniqueIndex:idx_total_player_season_team" json:"season"`
|
||||
IsPlayoff bool `gorm:"not null;default:false;uniqueIndex:idx_total_player_season_team" json:"isPlayoff"`
|
||||
}
|
||||
Reference in New Issue
Block a user