Skip to content
Snippets Groups Projects
Commit 33fe197c authored by DUCRUET THIBAULT p2306959's avatar DUCRUET THIBAULT p2306959
Browse files

modif variable genreFilm

parent 5630bece
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ Create TABLE IF NOT EXISTS Personne
Create TABLE IF NOT EXISTS genreFilm
(
idGen Int not null,
tconst varchar(20) not null,
idGen Int not null,
FOREIGN KEY (idGen) REFERENCES genre(idGen),
FOREIGN KEY (tconst) REFERENCES film(tconst),
PRIMARY KEY (idGen,tconst)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment