DTW_TR_ACCOUNT_GROUP_FEATURE


Description

Holds account groups features. The semantics of any given feature is given by the underlying account group type

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACCOUNT_GROUP_ID CHAR 36 null
DTW_TR_ACCOUNT_GROUP.ID DTW_TR_ACC_GRP_FEATURE_ACC_FK C

The id of the associated group

NAME VARCHAR 64 null

The name of the given feature

VALUE VARCHAR 1024 null

The value of the given feature

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the account type was created within the digital twin

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc ACCOUNT_GROUP_ID + NAME
DTW_TR_ACC_GRP_FEATURE_ACC_IDX Performance Asc ACCOUNT_GROUP_ID

Relationships