| 1 | drop table pet_needs_intervention_in_vet_clinic;
|
|---|
| 2 | drop table pet_preferably_eats_food;
|
|---|
| 3 | drop table pet_needs_therapy;
|
|---|
| 4 | drop table pet_belongs_to_category;
|
|---|
| 5 | drop table donor_donates_to_organisation;
|
|---|
| 6 | drop table personal_profile;
|
|---|
| 7 | drop table vet_clinic;
|
|---|
| 8 | drop table therapy;
|
|---|
| 9 | drop table food;
|
|---|
| 10 | drop table category;
|
|---|
| 11 | drop table post;
|
|---|
| 12 | drop table pet;
|
|---|
| 13 | drop table adoption;
|
|---|
| 14 | drop table adopter;
|
|---|
| 15 | drop table employee;
|
|---|
| 16 | drop table shelter;
|
|---|
| 17 | drop table organisation;
|
|---|
| 18 | drop table donor;
|
|---|
| 19 | drop table admin_table;
|
|---|
| 20 | drop table surendee;
|
|---|
| 21 | drop table user_table;
|
|---|