CustomerDetail

TypeTable
CustomerDetailgdata_order_customer

Customer details for an order usually include information like the customer's name, telephone number, and sometimes their email address. However, the availability of this information depends on the specific food aggregator platform being used and their privacy policies.

Column NameData TypeDescription
order_idvarchar(255) NOT NULLUnique identifier for the order. This is the primary key and links to the gdata_order table.
tagsvarchar(255)Additional tags or labels for the customer's information.
customernamevarchar(1000)Name of the customer who placed the order.
emailvarchar(255)Email address of the customer.
mobilenumbervarchar(255)Mobile number of the customer.
phonecodevarchar(255)Country code or area code associated with the mobile number.