Removed comma
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
CREATE TABLE prefix_question_randomsamatch (
|
||||
id SERIAL PRIMARY KEY,
|
||||
question integer NOT NULL default '0',
|
||||
choose integer NOT NULL default '4',
|
||||
choose integer NOT NULL default '4'
|
||||
);
|
||||
|
||||
CREATE INDEX prefix_question_randomsamatch_question_idx ON prefix_question_randomsamatch (question);
|
||||
|
||||
Reference in New Issue
Block a user