This commit is contained in:
Ross
2021-01-04 13:55:04 +00:00
parent 28fa81259c
commit 894472d6ea
+1 -1
View File
@@ -331,7 +331,7 @@ class CidUserAnswer(models.Model):
)
answer = models.TextField(max_length=500, blank=True)
cid = models.IntegerField(blank=True, null=True)
cid = models.BigIntegerField(blank=True, null=True, help_text="Candidate ID (limitied by BigIntegerField size)")
# Each user answer is associated with a particular exam
exam = models.ForeignKey(