DTW_REG_HISTORY_CODE_FEAT


Description

Holds the history code features

Columns

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

The feature ID

HISTORY_CODE_ID CHAR 36 null
DTW_REG_HISTORY_CODE.ID DTW_REG_HST_FEATURE_HST_ID_FK C

The account ID associated with this feature

NAME VARCHAR 64 null

The feature name

TYPE VARCHAR 32 null

The feature type

VALUE VARCHAR 1024 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_REG_HST_FEATURE_HST_ID_IDX Performance Asc HISTORY_CODE_ID
DTW_REG_HST_FEATURE_NID_IDX Performance Asc/Asc HISTORY_CODE_ID + NAME

Relationships