3
0
Fork 0
mirror of https://github.com/fsr/eseeva synced 2024-11-15 08:53:11 +01:00
eseeva/db/schema.sql
2017-01-25 18:24:31 +01:00

8 lines
102 B
SQL

CREATE TABLE 'answers'
(
KeyId text primary key,
Status text,
Student int,
Answer
);