DTW_TR_ACC_TYPE_FEATURE


Description

Holds the account type features

Columns

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

The feature ID

ACCOUNT_TYPE_ID CHAR 36 null
DTW_TR_ACCOUNT_TYPE.ID DTW_TR_ACC_T_F_ACC_T_ID_FK C

The account type 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_TR_ACC_T_F_ACC_T_ID_IDX Performance Asc ACCOUNT_TYPE_ID
DTW_TR_ACC_T_F_NID_IDX Must be unique Asc/Asc ACCOUNT_TYPE_ID + NAME

Relationships