CAMPAIGN_PRODUCT_PROPERTY

Description

This table stores the properties of a campaign product, including their names, IDs, types, units, preset values, and other related information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the campaign product property.
NAME varchar The name of the property.
PROPERTY_ID varchar The ID of the property.
TYPE varchar The type of the property.
UNIT varchar The unit of the property.
PRESET_VALUE_CAMPAIGN_PRODUC_0 bigint The ID of the preset value campaign product associated with the property.
PROPERTIES_CAMPAIGN_PRODUCT 0 bigint The ID of the campaign product the property belongs to.
PROPERTIES_HJORDER int The order of the property within the campaign product.

Primary Key

  • ID

Foreign Key Relationship

  • PROPERTIES_CAMPAIGN_PRODUCT 0 references CAMPAIGN_PRODUCT(ID)