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 |
|
|
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 |

