DTW_TR_BALANCE_TYPE_FEATURE


Description

Holds the balance type features

Columns

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

The feature ID

BALANCE_TYPE_ID VARCHAR 64 null
DTW_TR_BALANCE_TYPE.ID DTW_TR_BALANCE_TYPE_FEATURE_FK C

Identifies the balance type related to the feature

NAME VARCHAR 64 null

Feature name that identifies the feature

TYPE VARCHAR 32 null

The feature type (BOOLEAN, STRING, NUMERIC, and DATE)

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/Asc ID + BALANCE_TYPE_ID
DTW_TR_BALANCE_TP_FEAT_NID_IDX Must be unique Asc/Asc BALANCE_TYPE_ID + NAME
DTW_TR_BALANCE_TYPE_FEAT_IDX Performance Asc BALANCE_TYPE_ID

Relationships