fradrive/models/courses/applications.model

20 lines
801 B
Plaintext

CourseApplication
course CourseId
user UserId
field StudyFeaturesId Maybe MigrationOnly
text Text Maybe -- free text entered by user
ratingVeto Bool default=false
ratingPoints ExamGrade Maybe
ratingComment Text Maybe
allocation AllocationId Maybe
allocationPriority Natural Maybe
time UTCTime default=now()
ratingTime UTCTime Maybe
CourseApplicationFile
application CourseApplicationId
title FilePath
content FileContentReference Maybe
modified UTCTime
UniqueCourseApplicationFile application title