DTW_REG_ACCOUNT_FEATURE


Description

Holds the account features

Columns

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

The feature ID

ACCOUNT_ID CHAR 36 null
DTW_REG_ACCOUNT.ID DTW_REG_ACC_FEATURE_ACC_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_ACC_FEATURE_ACC_ID_IDX Performance Asc ACCOUNT_ID
DTW_REG_ACC_FEATURE_NID_IDX Performance Asc/Asc ACCOUNT_ID + NAME

Relationships