Brand
Type | Table |
---|---|
Brand | gdata_brand |
Refers to information on brands within your company. Your company may host a variety of brands. For example: you could have different dining concepts like 'Grub Pizza' or 'Grub Italian'. Each of these brands will be uniquely identified in our system to help maintain organized, distinct data sets for each brand.
Field Name | Data Type | Description |
---|---|---|
id | varchar(255) | The unique identifier for the brand. |
createdat | timestamp | The timestamp of when the brand was created. |
createdby | varchar(255) | The email or identifier of the user who created the brand. |
modifiedat | timestamp | The timestamp of when the brand was last modified. |
modifiedby | varchar(255) | The email or identifier of the user who last modified the brand. |
status | varchar(255) | The current status of the brand (e.g., ACTIVE, DELETED). |
tags | varchar(255) | Any additional labels or tags associated with the brand. |
contactemail | varchar(255) | The contact email associated with the brand. |
contactname | varchar(255) | The name of the contact person for the brand. |
contactphone | varchar(255) | The contact phone number for the brand. |
description | varchar(2000) | A detailed description of the brand. |
image | varchar(255) | An image or logo associated with the brand. |
name | varchar(1000) | The name of the brand. |
partnerid | varchar(255) | A reference to the associated partner or company. |
Updated about 1 year ago