Sample user
This commit is contained in:
parent
bceebaebe7
commit
b67bd0ade4
1 changed files with 3 additions and 1 deletions
|
@ -9,4 +9,6 @@ CREATE TABLE IF NOT EXISTS Answers (
|
||||||
answerFour INT,
|
answerFour INT,
|
||||||
name VARCHAR(255),
|
name VARCHAR(255),
|
||||||
FOREIGN KEY (name) REFERENCES Respondants(name)
|
FOREIGN KEY (name) REFERENCES Respondants(name)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
INSERT INTO Respondants (name) VALUES ('user1');
|
Loading…
Reference in a new issue