| 1 | drop table SupportTicket;
|
|---|
| 2 | drop table Administrator;
|
|---|
| 3 | drop table Wishlist;
|
|---|
| 4 | drop table Notification;
|
|---|
| 5 | drop table Payment;
|
|---|
| 6 | drop table Review;
|
|---|
| 7 | drop table Booking;
|
|---|
| 8 | drop table Flight;
|
|---|
| 9 | drop table Airport;
|
|---|
| 10 | drop table Destination;
|
|---|
| 11 | drop table ApplicationUser;
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|