From 894472d6ea4ae3c4b7e2e7b10083f71754f786ed Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Jan 2021 13:55:04 +0000 Subject: [PATCH] . --- anatomy/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anatomy/models.py b/anatomy/models.py index 34d5620c..8b14ca2e 100644 --- a/anatomy/models.py +++ b/anatomy/models.py @@ -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(