/[drupal]/contributions/modules/jeopardy/jeopardy.install
ViewVC logotype

Diff of /contributions/modules/jeopardy/jeopardy.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Sun Aug 31 12:20:53 2008 UTC revision 1.3, Mon Sep 1 02:27:45 2008 UTC
# Line 10  function jeopardy_install() { Line 10  function jeopardy_install() {
10            category varchar(80) NOT NULL default '',            category varchar(80) NOT NULL default '',
11            question longtext NOT NULL default '',            question longtext NOT NULL default '',
12            answer longtext NOT NULL default '',            answer longtext NOT NULL default '',
           qid int(10) unsigned NOT NULL default '0',  
13            row int(10) unsigned NOT NULL default '0',            row int(10) unsigned NOT NULL default '0',
14            col int(10) unsigned NOT NULL default '0'            col int(10) unsigned NOT NULL default '0'
15          ) /*!40100 DEFAULT CHARACTER SET utf8 */;"          ) /*!40100 DEFAULT CHARACTER SET utf8 */;"
# Line 30  function jeopardy_install() { Line 29  function jeopardy_install() {
29            category varchar(80),            category varchar(80),
30            question longtext,            question longtext,
31            answer longtext,            answer longtext,
           qid integer NOT NULL default '0',  
32            row integer NOT NULL default '0',            row integer NOT NULL default '0',
33            col integer NOT NULL default '0'            col integer NOT NULL default '0'
34          )"          )"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2