libfic: Use MEDIUMTEXT to store resolution.md
This commit is contained in:
parent
2c76b5c7a3
commit
d24b1c5d4d
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ CREATE TABLE IF NOT EXISTS exercices(
|
||||||
coefficient_cur FLOAT NOT NULL DEFAULT 1.0,
|
coefficient_cur FLOAT NOT NULL DEFAULT 1.0,
|
||||||
finished TEXT NOT NULL,
|
finished TEXT NOT NULL,
|
||||||
video_uri VARCHAR(255) NOT NULL,
|
video_uri VARCHAR(255) NOT NULL,
|
||||||
resolution TEXT NOT NULL,
|
resolution MEDIUMTEXT NOT NULL,
|
||||||
seealso TEXT NOT NULL,
|
seealso TEXT NOT NULL,
|
||||||
FOREIGN KEY(id_theme) REFERENCES themes(id_theme),
|
FOREIGN KEY(id_theme) REFERENCES themes(id_theme),
|
||||||
FOREIGN KEY(depend) REFERENCES exercices(id_exercice)
|
FOREIGN KEY(depend) REFERENCES exercices(id_exercice)
|
||||||
|
|
Reference in a new issue