This commit is contained in:
2026-06-30 11:51:34 +07:00
parent fd08bee7ab
commit 0abf48ea2d
28 changed files with 3514 additions and 37 deletions

View File

@@ -57,6 +57,11 @@ func AutoMigrate(db *gorm.DB) error {
&models.EmailDomain{},
&models.PasswordResetToken{},
&models.ChatMessage{},
&models.ExamRoom{},
&models.ExamPaper{},
&models.ExamPaperResource{},
&models.ExamRoomStudent{},
&models.ExamSubmission{},
); err != nil {
return err
}