DTW_BST_ACC_MEMBERSHIP_FEAT


Description

Holds the bound to a account membership

Columns

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

Identifiers the account membership features

ACCOUNT_MEMBERSHIP_ID CHAR 36 null
DTW_BST_ACCOUNT_MEMBERSHIP.ID FK_BST_MEMBERSHIP_ACC_FEAT_ID R

Checking account membership unique ID

NAME VARCHAR 64 null

Membership feature name

TYPE VARCHAR 32 null

Membership feature type

VALUE VARCHAR 1024 null

Membership feature value

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the account membership feature was created within the balance statement

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

Timestamp value to register a record update time.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_BST_ACC_M_F_NID_IDX Performance Asc/Asc ACCOUNT_MEMBERSHIP_ID + NAME
DTW_BST_ACC_MEMBER_FEAT_NAT_ID Performance Asc ACCOUNT_MEMBERSHIP_ID

Relationships