diff --git a/personnel.sql b/personnel.sql index 28ec15f..4b0d014 100644 --- a/personnel.sql +++ b/personnel.sql @@ -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,