email and name are null in database
Hi, im working on EasyAppointment backend
I want to add a search area like other filter. But, when i am in the database the customer information is NULL.
Where plugin are saving all the customer data that it shows in the appointments's Table ??
i want to add to the query: 'name' LIKE %search% OR 'email' LIKE %search% but the data isnt in database.
thanks!