Journee porte ouverte
This commit is contained in:
parent
2a21004c55
commit
33d8a82303
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ CREATE TABLE Scientifique(
|
|||
PRIMARY KEY(idPersonnel)
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE Journee_Porte_Ouvertes(
|
||||
idPorteOuverte INT NOT NULL,
|
||||
FOREIGN KEY (idPorteOuverte) REFERENCES Evenement(idEvenement),
|
||||
PRIMARY KEY (idPorteOuverte)
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE Auteur_Externe (
|
||||
idAuteur INT NOT NULL,
|
||||
|
|
Loading…
Reference in a new issue