mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
shot chart create
This commit is contained in:
@@ -21,6 +21,7 @@ func InitDB() *gorm.DB {
|
||||
// Auto migrate models
|
||||
db.AutoMigrate(&models.PlayerAdvancedStat{})
|
||||
db.AutoMigrate(&models.PlayerTotalStat{})
|
||||
db.AutoMigrate(&models.PlayerShotChart{})
|
||||
|
||||
db.AutoMigrate(&models.APIKey{})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user