Compare commits
No commits in common. "3a605002227078b06f7b0bbe5f140c74db19230f" and "eac0ee8b98301d5facff6296fe5e85d29751f9e5" have entirely different histories.
3a60500222
...
eac0ee8b98
1 changed files with 1 additions and 8 deletions
|
@ -1,12 +1,5 @@
|
||||||
CREATE TABLE Personnel
|
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(
|
CREATE Publie_Doctorant(
|
||||||
idPublication INT NOT NULL,
|
idPublication INT NOT NULL,
|
||||||
|
|
Loading…
Reference in a new issue