Added petclinic db
This commit is contained in:
7
org.springframework.samples.petclinic/db/dropTables.txt
Normal file
7
org.springframework.samples.petclinic/db/dropTables.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP TABLE visits;
|
||||
DROP TABLE pets;
|
||||
DROP TABLE owners;
|
||||
DROP TABLE types;
|
||||
DROP TABLE vet_specialties;
|
||||
DROP TABLE specialties;
|
||||
DROP TABLE vets;
|
||||
Reference in New Issue
Block a user