3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2025-04-28 09:28:31 +02:00

upgrades to sqlite, first step towards #2

This commit is contained in:
Lucas Woltmann 2017-01-25 18:24:31 +01:00
parent 134775b2d7
commit fe8a426334
9 changed files with 515 additions and 495 deletions

7
db/schema.sql Normal file
View file

@ -0,0 +1,7 @@
CREATE TABLE 'answers'
(
KeyId text primary key,
Status text,
Student int,
Answer
);