Index: trunk/extensions/Contest/Contest.sql |
— | — | @@ -40,5 +40,5 @@ |
41 | 41 | comment_contestant_id INT unsigned NOT NULL, -- Foreign key on contest_contestants.contestant_id |
42 | 42 | comment_user_id INT(10) unsigned NOT NULL, -- Judge user id |
43 | 43 | comment_text TEXT NOT NULL, -- The comment text |
44 | | - comment_time binary(14) binary NOT NULL default '' -- The time at which the comment was made |
| 44 | + comment_time CHAR(14) binary NOT NULL default '' -- The time at which the comment was made |
45 | 45 | ) /*$wgDBTableOptions*/; |
\ No newline at end of file |