拓展类型

This commit is contained in:
2024-09-25 17:45:38 +08:00
parent a0e898e46c
commit 3b69ba93ad
15 changed files with 214 additions and 40 deletions
+1
View File
@@ -22,6 +22,7 @@ func InitDB() {
&models.History{},
&models.Users{},
&models.UserFollows{},
&models.BaseCard{},
)
if err != nil {
panic(err)