WIP: apply a coeff on given points
This commit is contained in:
parent
7d26b172ea
commit
cbb58bcefb
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_team INTEGER NOT NULL,
|
||||
time TIMESTAMP NOT NULL,
|
||||
coefficient FLOAT NOT NULL,
|
||||
FOREIGN KEY(id_exercice) REFERENCES exercices(id_exercice),
|
||||
FOREIGN KEY(id_team) REFERENCES teams(id_team)
|
||||
);
|
||||
|
|
|
|||
Reference in a new issue