libfic: Add new row in exercices table, to store relative path to exercice
This commit is contained in:
parent
27a09a28f6
commit
3713659930
3 changed files with 15 additions and 12 deletions
|
|
@ -92,6 +92,7 @@ CREATE TABLE IF NOT EXISTS exercices(
|
|||
id_exercice INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
id_theme INTEGER NOT NULL,
|
||||
title VARCHAR(255) NOT NULL,
|
||||
path VARCHAR(255) NOT NULL,
|
||||
statement TEXT NOT NULL,
|
||||
depend INTEGER,
|
||||
gain INTEGER NOT NULL,
|
||||
|
|
|
|||
Reference in a new issue