Compare commits

..

No commits in common. "3a605002227078b06f7b0bbe5f140c74db19230f" and "eac0ee8b98301d5facff6296fe5e85d29751f9e5" have entirely different histories.

View file

@ -1,12 +1,5 @@
CREATE TABLE Personnel
(
idPersonnel int CONSTRAINT UnePersonne PRIMARY KEY,
nom char,
prenom char,
date_de_naissance date,
adress char,
date_de_recrutement date,
);
();
CREATE Publie_Doctorant(
idPublication INT NOT NULL,