inserts appname and qrcodenumber in the DB

This commit is contained in:
JBB0807 2025-05-05 15:07:15 -07:00
parent 5ce01158ad
commit b2a6b3689b
4 changed files with 512 additions and 36 deletions

View file

@ -14,9 +14,10 @@ model assignments {
programid Int?
studentname String?
snakegameid String?
originalfile String?
editablefile String?
assignmenturl String?
qrcodenumber Int @unique
appname String @unique
description String?
passwordhash String? // store bcrypt hash
assignmenturl String?
instructorid Int?
}