DTW_TR_CRITERION


Description

Holds a criterion

Columns

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

Identifies the criterion

TYPE VARCHAR 32 null

Describes the type of the criterion (possible values are ‘ACCOUNT_TYPE’, ‘HISTORY_CODE’, and etc.)

RULE_PATTERN_ID CHAR 36 null
DTW_TR_RULE_PATTERN.ID DTW_TR_CRITERION_PATTERN_FK C

Identifies the associated pattern

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the criterion was created

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the criterion was lastly updated

PARAMETERS LONGTEXT 2147483647 null

Specifies the parameters associated with the given criterion. Its semantics depends on its type

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc ID + RULE_PATTERN_ID
DTW_TR_CRITERION_PATTERN_IDX Performance Asc RULE_PATTERN_ID

Relationships