Browse Source

自动建表

2023
ychao_1983 2 years ago
parent
commit
9db1328f27
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      models/models.go

+ 2
- 0
models/models.go View File

@@ -167,6 +167,8 @@ func init() {
new(Badge), new(Badge),
new(BadgeUser), new(BadgeUser),
new(BadgeUserLog), new(BadgeUserLog),
new(TechConvergeBaseInfo),
new(RepoConvergeInfo),
) )


tablesStatistic = append(tablesStatistic, tablesStatistic = append(tablesStatistic,


Loading…
Cancel
Save