hgvjb
This commit is contained in:
parent
c95b8f7bf4
commit
cdcc57b7c6
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ CREATE TABLE Scientifique(
|
|||
PRIMARY KEY(idPersonnel)
|
||||
);
|
||||
|
||||
CREATE TABLE Enseignant_Chercheur
|
||||
-- Nathan
|
||||
CREATE Auteur_Externe (
|
||||
idAuteur INT NOT NULL,
|
||||
|
@ -115,7 +116,7 @@ CREATE TABLE Participe_Externe(
|
|||
-- Ronan
|
||||
CREATE TABLE Organise (
|
||||
idPortesOuverte INT NOT NULL,
|
||||
idPersonnel INT NOT NULL,
|
||||
idPersonnel INT NOT NULL,s d
|
||||
FOREIGN KEY (idPortesOuverte) REFERENCES Journee_Portes_Ouvertes(idPorte_Ouverte),
|
||||
FOREIGN KEY (idPersonnel) REFERENCES Personnel(idPersonnel),
|
||||
PRIMARY KEY(idPortesOuverte, idPersonnel)
|
||||
|
|
Loading…
Reference in a new issue