DMUSERBHVR

A customer's behavior within a site, and within a marketing activity.

Column Descriptions:

NameTypeDescription
PERSONALIZATIONIDVARCHAR (30) NOT NULLThe unique personalization identifier of a customer.
STOREENT_IDINTEGER NOT NULL DEFAULT 0The identifier of the store.
BEHAVIORCLOB (1000000)The XML definition of a customer's online behavior.
ACTIONCLOB (1000000)The XML definition the Actions which a customer should not repeat.
EVENTCLOB (1000000)The XML definition of the marketing activities a customer should not repeat, and the Triggers for which the customer is waiting.
LASTUPDATEDTIMESTAMPThe time which the customer's user behavior entry was last updated.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>PERSONALIZATIONID+STOREENT_IDPrimary Key