UPC_CHANNEL_PREFERENCE_MAPPING

This table stores information related to mapping between global preference, channel preference, and their corresponding channels.

Field Type Length Null? Description
Id (Primary Key) INT 64 False Unique ID of the table.
regional_preference_id INT 20 False Unique ID of the regional preference.
channel_preference_id INT 20 False Unique ID of the channel preference.
channel_id INT 20 False Unique ID of the channel.
createdDateEpoch INT 64 False Created date epoch.
lastModifiedDateEpoch INT 64 False Last modified date epoch.
createdby INT 20 False Platform ID of the user who created the entry.
modifiedby INT 20 False Platform ID of the user modifying the entry
version INT 20 False Version information for optimistic locking.