Hello Everyone!
I have the below tables:
- User
- Customer
- Pets
- Service
- Payments
Purpose of the app: To add customers & there pet details and schedule appointments based on services required. One pet can avail multiple services.
Suppose if customer is Aditya, and Aditya has 2 pets Oscar & Blacky. So when I add a service, & if both the pets are taking the same service, how can I add it in one shot, rather than adding the service one by one separately.