0.1.2
This commit is contained in:
parent
5565303f82
commit
0d0714bfe3
@ -17,7 +17,7 @@ try {
|
||||
CREATE TABLE IF NOT EXISTS `questions` (
|
||||
`id` INT AUTO_INCREMENT PRIMARY KEY,
|
||||
`question_text` TEXT NOT NULL,
|
||||
`points` INT NOT NULL DEFAULT 5,
|
||||
`score` INT NOT NULL DEFAULT 10,
|
||||
`image_url` VARCHAR(255) NULL,
|
||||
`created_at` TIMESTAMP DEFAULT CURRENT_TIMESTAMP
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user