mirror of
https://github.com/fsr/eseeva
synced 2025-01-19 00:11:41 +01:00
7 lines
102 B
SQL
7 lines
102 B
SQL
CREATE TABLE 'answers'
|
|
(
|
|
KeyId text primary key,
|
|
Status text,
|
|
Student int,
|
|
Answer
|
|
);
|