DTW_REG_ACCOUNT_LIMIT_FEATURE_AUD


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

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

REVISION_ID BIGINT 19 null
REVISION_TYPE SMALLINT 5 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc ID + REVISION_ID
DTW_REG_ACCOUNT_LIMIT_FEATURE_ACCOUNT_LIMIT_AUD_ID_IDX Must be unique Asc/Asc/Asc REVISION_ID + ACCOUNT_LIMIT_ID + NAME

Relationships