leftover for 'correct' field
This commit is contained in:
parent
d10f2ad861
commit
ba77cf2c94
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
);
|
);
|
||||||
''');
|
''');
|
||||||
|
|
Loading…
Add table
Reference in a new issue