correction de Doctorant
This commit is contained in:
parent
23c150e1b8
commit
782631b7c9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue