mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +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;
|