leftover for 'correct' field

This commit is contained in:
BroodjeAap 2020-11-09 20:32:20 +01:00
parent d10f2ad861
commit ba77cf2c94

View file

@ -23,7 +23,7 @@ class PracticeDatabase {
question INTEGER NOT NULL, question INTEGER NOT NULL,
answer INTEGER NOT NULL, answer INTEGER NOT NULL,
time DATETIME NOT NULL, time DATETIME NOT NULL,
correct BOOLEAN NOT NULL,
FOREIGN KEY(sessionId) REFERENCES PracticeSession(id) FOREIGN KEY(sessionId) REFERENCES PracticeSession(id)
); );
'''); ''');