typo
This commit is contained in:
parent
070bc933d5
commit
1b1612b371
1 changed files with 0 additions and 2 deletions
|
@ -1,9 +1,7 @@
|
|||
// Users
|
||||
CREATE TABLE Respondants (
|
||||
name VARCHAR(255) PRIMARY KEY
|
||||
);
|
||||
|
||||
// Answers
|
||||
CREATE TABLE Answers (
|
||||
answerOne INT check (answerOne BETWEEN 1 AND 10),
|
||||
answerTwo INT (answerTwo BETWEEN 1 AND 10),
|
||||
|
|
Loading…
Reference in a new issue