DTW_BST_ENTRY_FEATURE


Description

Entry Feature , searchable key/value

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null

Entry Feature unique ID.

ENTRY_ID CHAR 36 null
DTW_BST_FACT_ENTRY.ID DTW_BST_ENTRY_FEATURE_ENTRY_FK C

Entry ID.

NAME VARCHAR 64 null

Feature name that identifies the feature

VALUE VARCHAR 256 null

The feature value

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

The feature creation time

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

The feature updated time

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_BST_ENTRY_FEAT_NAME_IDX Performance Asc/Asc NAME + VALUE
DTW_BST_ENTRY_FT_ENTRYID_IDX Performance Asc ENTRY_ID

Relationships