WIP: apply a coeff on given points
This commit is contained in:
parent
8d1ee03f02
commit
8bef64ad6b
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ CREATE TABLE IF NOT EXISTS exercice_solved(
|
||||||
id_exercice INTEGER NOT NULL,
|
id_exercice INTEGER NOT NULL,
|
||||||
id_team INTEGER NOT NULL,
|
id_team INTEGER NOT NULL,
|
||||||
time TIMESTAMP NOT NULL,
|
time TIMESTAMP NOT NULL,
|
||||||
|
coefficient FLOAT NOT NULL,
|
||||||
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice),
|
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice),
|
||||||
FOREIGN KEY(id_team) REFERENCES teams(id_team)
|
FOREIGN KEY(id_team) REFERENCES teams(id_team)
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue