Actions
Feature #544
openCreate table for mediacal camp and spritial tour
Start date:
04/10/2024
Due date:
% Done:
0%
Estimated time:
Description
Create a Table for Medical Camp data¶
- Create a medical camp table with name camp_master
- id
- name
- date
- location
- If a customer already exists we need to update the customer or create a customer
- In the appointment table we need to create a camp_id column which is optional
Create a Table for a Spiritual Tour data¶
- Create a spiritual tour table with the name spiritual_tours
- id
- name
- date
- noOfSeats
- location
- Create a tour pilgrims table with the name tour_pilgrims
- id
- spiritual_tour_id
- customer_id
No data to display
Actions