UD_DESTINATION_EVENT_ATTRIBUTES

Description

This table stores mappings between destination attributes and Detect attributes.

Columns

Column Name Data Type Description
ID BIGINT The unique identifier for the attribute mapping.
FEED_ID BIGINT The feed ID associated with the mapping.
DESTINATION_ID BIGINT The destination ID associated with the mapping.
DESTINATION_ATTRIBUTE VARCHAR(255) The destination attribute name.
DETECT_ATTRIBUTE VARCHAR(255) Detect attribute name.
ATTRIBUTE_TYPE VARCHAR(50) The data type of the attribute.
CREATED_DATE DATETIME The date and time when the record was created.
CREATED_BY BIGINT The user ID who created the record.
UPDATED_DATE DATETIME The date and time when the record was last updated.
UPDATED_BY BIGINT The user ID who last updated the record.