Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
Identifies the balance pattern criterion |
|||||
| TYPE | VARCHAR | 32 | null |
|
|
Describes the type of the balance pattern criterion (possible values are ‘ACCOUNT_TYPE’ and ‘HISTORY_CODE’) |
|||||
| 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 balance pattern associated with the given criterion |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | ID |
| DTW_TR_BALANCE_CRITERION_P_IDX | Performance | Asc | BALANCE_PATTERN_ID |

