DTW_TR_RULE_PATTERN


Description

Holds a rule pattern

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null
DTW_TR_CRITERION.RULE_PATTERN_ID DTW_TR_CRITERION_PATTERN_FK C
DTW_TR_PATTERN_RULE_BALANCE.PATTERN_ID DTW_TR_PTTRN_RULE_BLC_PTN_FK C
DTW_TR_VALIDATION_R_BLUEPRINT.PATTERN_ID DTW_TR_VALIDATION_R_BP_PAT_FK C

Identifies the rule pattern

DESCRIPTION VARCHAR 256 null

Describes the underlying rule pattern

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the intent was created

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the intent was lastly updated

SALIENCE DECIMAL 5 null

Specifies the salience (order) of the given pattern. Patterns with lower saliencies are checked first

PATTERN_BASED_RULE_ID VARCHAR 64 null
DTW_TR_PATTERN_BASED_RULE.ID DTW_TR_RULE_PATTERN_RULE_FK C

Identifies the associated pattern-based rule

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_TR_RULE_PATTERN_RULE_IDX Performance Asc PATTERN_BASED_RULE_ID

Relationships