Stores ignorecase property for flags
This commit is contained in:
parent
3146e75ead
commit
f36e1c4e4d
6 changed files with 19 additions and 13 deletions
|
|
@ -161,6 +161,7 @@ CREATE TABLE IF NOT EXISTS exercice_keys(
|
|||
id_exercice INTEGER NOT NULL,
|
||||
type VARCHAR(255) NOT NULL,
|
||||
help VARCHAR(255) NOT NULL,
|
||||
ignorecase BOOLEAN NOT NULL DEFAULT 0,
|
||||
cksum BINARY(64) NOT NULL,
|
||||
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice)
|
||||
) DEFAULT CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
|
||||
|
|
|
|||
Reference in a new issue