correction de Doctorant

This commit is contained in:
Olougouna Axel 2022-12-07 08:52:20 +01:00
parent 23c150e1b8
commit 782631b7c9

View file

@ -14,7 +14,7 @@ CREATE TABLE Doctorant(
idDoctorant INT NOT NULL, idDoctorant INT NOT NULL,
date_debut_these DATE, date_debut_these DATE,
date_soutenance DATE date_soutenance DATE
FOREIGN KEY (id) REFERENCES Personnel(idPersonnel), FOREIGN KEY (idDoctorant) REFERENCES Personnel(idPersonnel),
PRIMARY KEY(idPersonnel) PRIMARY KEY(idPersonnel)
); );