shot chart create

This commit is contained in:
Ravi Prasad
2025-05-12 21:06:03 -05:00
parent a1809d3808
commit f0447c2141
10 changed files with 612 additions and 2 deletions
+1
View File
@@ -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{})