This commit is contained in:
2023-11-23 00:30:50 +09:00
parent e8ddadfd0a
commit d354dbb27f
18 changed files with 1907 additions and 817 deletions

View File

@ -40,5 +40,6 @@ func AutoMigrate() {
&models.Token{},
&models.Program{},
&models.Quiz{},
&models.Exam{},
)
}