We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a66592f + a40c26a commit f36d1c5Copy full SHA for f36d1c5
lib/WeBWorK/DB/Record/PastAnswer.pm
@@ -32,7 +32,7 @@ BEGIN {
32
set_id => { type => "VARCHAR(100) NOT NULL", key => 1 },
33
problem_id => { type => "INT NOT NULL", key => 1 },
34
source_file => { type => "TEXT" },
35
- timestamp => { type => "INT" },
+ timestamp => { type => "BIGINT" },
36
scores => { type => "TINYTEXT" },
37
answer_string => { type => "VARCHAR(5012)" },
38
comment_string => { type => "VARCHAR(5012)" },
0 commit comments