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:
parent
134775b2d7
commit
fe8a426334
9 changed files with 515 additions and 495 deletions
7
db/schema.sql
Normal file
7
db/schema.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
CREATE TABLE 'answers'
|
||||
(
|
||||
KeyId text primary key,
|
||||
Status text,
|
||||
Student int,
|
||||
Answer
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue