Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
This commit is contained in:
commit
aa6c4d0d6b
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@ CREATE TABLE Scientifique(
|
|||
PRIMARY KEY(idPersonnel)
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE Evenement(
|
||||
idEvenement INT NOT NULL,
|
||||
dateDebut DATE,
|
||||
dateFin DATE,
|
||||
PRIMARY KEY (idEvenement)
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE Journee_Porte_Ouvertes(
|
||||
idPorteOuverte INT NOT NULL,
|
||||
|
|
Loading…
Reference in a new issue