mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
docs fix
This commit is contained in:
@@ -3,7 +3,7 @@ package models
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type PlayerAdvancedStat struct {
|
||||
gorm.Model
|
||||
gorm.Model `swaggerignore:"true"`
|
||||
ExternalID int `json:"id"`
|
||||
PlayerID string `gorm:"not null;index:idx_player_season_team,unique" json:"playerId"`
|
||||
PlayerName string `json:"playerName"`
|
||||
|
||||
Reference in New Issue
Block a user