Compare commits
3 commits
eac0ee8b98
...
3a60500222
Author | SHA1 | Date | |
---|---|---|---|
|
3a60500222 | ||
|
0300b8a2f8 | ||
|
0cd8810492 |
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
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,
|
||||
|
|
Loading…
Reference in a new issue