Corrected database

This commit is contained in:
Thomas FORGIONE
2015-08-25 09:25:45 +02:00
parent 82f7a7268a
commit 5f3b2e1862
10 changed files with 29 additions and 50 deletions

View File

@@ -76,11 +76,6 @@ CREATE TABLE Experiment(
recommendation_style VARCHAR(30)
);
CREATE TABLE Coin(
exp_id SERIAL REFERENCES Experiment (id),
coin_id INTEGER
);
-- Init scene table
INSERT INTO Scene(name, coin_number) VALUES ('peachcastle' , 41);
INSERT INTO Scene(name, coin_number) VALUES ('bobomb' , 44);