Compare commits
2 commits
17ff8fef3d
...
2af8c52618
| 작성자 | SHA1 | 날짜 | |
|---|---|---|---|
|
|
2af8c52618 | ||
|
|
aeaaea1731 |
1개의 변경된 파일과 17개의 추가작업 그리고 0개의 파일을 삭제
17
dropall.sql
Normal file
17
dropall.sql
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
DROP TABLE Personnel;
|
||||||
|
DROP TABLE Doctorant;
|
||||||
|
DROP TABLE Scientifique;
|
||||||
|
DROP TABLE Enseignant_Chercheur;
|
||||||
|
DROP TABLE Evenement;
|
||||||
|
DROP TABLE Congres;
|
||||||
|
DROP TABLE Labo_externe;
|
||||||
|
DROP TABLE Journee_Porte_Ouvertes;
|
||||||
|
DROP TABLE Auteur_Externe ;
|
||||||
|
DROP TABLE Publication ;
|
||||||
|
DROP TABLE Participe;
|
||||||
|
DROP TABLE Preside;
|
||||||
|
DROP TABLE Publie_Scientifique;
|
||||||
|
DROP TABLE Publie_Doctorant;
|
||||||
|
DROP TABLE Publie_Externe;
|
||||||
|
DROP TABLE Participe_Externe;
|
||||||
|
DROP TABLE Organise ;
|
||||||
불러오는 중…
Reference in a new issue