DTW_REG_ACCOUNT_LIMIT_FEATURE


Description

Holds the account limit features

Columns

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

The feature ID

ACCOUNT_LIMIT_ID CHAR 36 null
DTW_REG_ACCOUNT_LIMIT.ID DTW_REG_ACCOUNT_LIMIT_FEATURE_ACCOUNT_LIMIT_ID_FK C

The account limit 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_ACCOUNT_LIMIT_FEATURE_ACCOUNT_LIMIT_ID_IDX Performance Asc ACCOUNT_LIMIT_ID
DTW_REG_ACCOUNT_LIMIT_FEATURE_NID_IDX Performance Asc/Asc ACCOUNT_LIMIT_ID + NAME

Relationships