diff --git a/repertoire.sql b/repertoire.sql index 81dcbde..6f831c3 100644 --- a/repertoire.sql +++ b/repertoire.sql @@ -49,7 +49,7 @@ CREATE TABLE is_able_to_play( mov_id INTEGER NOT NULL, pianist_id INTEGER NOT NULL, days_to_practice INTEGER DEFAULT 7, - recording BLOB, + recording VARCHAR(255), PRIMARY KEY(work_id, mov_id, pianist_id), FOREIGN KEY(work_id, mov_id) REFERENCES movement(work_id, mov_number), FOREIGN KEY(pianist_id) REFERENCES pianist(id)