mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
DROP TABLE visits;
|
|
DROP TABLE pets;
|
|
DROP TABLE owners;
|
|
DROP TABLE types;
|
|
DROP TABLE vet_specialties;
|
|
DROP TABLE specialties;
|
|
DROP TABLE vets;
|