libfic: Use MEDIUMTEXT to store resolution.md
This commit is contained in:
parent
2c76b5c7a3
commit
d24b1c5d4d
@ -145,7 +145,7 @@ CREATE TABLE IF NOT EXISTS exercices(
|
||||
coefficient_cur FLOAT NOT NULL DEFAULT 1.0,
|
||||
finished TEXT NOT NULL,
|
||||
video_uri VARCHAR(255) NOT NULL,
|
||||
resolution TEXT NOT NULL,
|
||||
resolution MEDIUMTEXT NOT NULL,
|
||||
seealso TEXT NOT NULL,
|
||||
FOREIGN KEY(id_theme) REFERENCES themes(id_theme),
|
||||
FOREIGN KEY(depend) REFERENCES exercices(id_exercice)
|
||||
|
Loading…
x
Reference in New Issue
Block a user