Save MCQ diff
This commit is contained in:
parent
b079f7891c
commit
830dacd6f5
5 changed files with 28 additions and 2 deletions
|
|
@ -205,6 +205,7 @@ CREATE TABLE IF NOT EXISTS exercice_tries(
|
|||
id_exercice INTEGER NOT NULL,
|
||||
id_team INTEGER NOT NULL,
|
||||
time TIMESTAMP NOT NULL,
|
||||
nbdiff INTEGER NOT NULL DEFAULT 0,
|
||||
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice),
|
||||
FOREIGN KEY(id_team) REFERENCES teams(id_team)
|
||||
);
|
||||
|
|
|
|||
Reference in a new issue