UPC_PREFERENCE_TYPE

This table stores information related to preference types for different regional preferences.

Field Type Length Null? Description
Id (Primary Key) INT 64 False Unique ID of the table.
Preference_type VARCHAR 250 False The type of regional preference.
  • 0 - Global
  • 1 - Custom
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.