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.) |
||
| 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 |
||
| BALANCE_PATTERN_ID | CHAR | 36 | null |
|
|
Identifies the associated pattern |
