Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
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 |
|
|
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 |

