Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| SCHEDULE_LIMIT_ID | CHAR | 36 | null |
|
|
Identifies the given schedule limite |
||
| PARTITION_NUMBER | SMALLINT | 5 | null |
|
|
Partition number |
||
| HOLDER_ID | CHAR | 36 | null |
|
|
Identifiers the balance account holder of the given balance |
||
| BALANCE_TYPE_ID | VARCHAR | 64 | null |
|
|
Identifies which kind of balance the underlying record holds |
||
| LIMIT_ID | CHAR | 36 | √ | null |
|
|
Identifies the limit |
|
| LIMIT_CURRENCY | CHAR | 3 | √ | null |
|
|
Holds the currency of the value associated with the given balance |
|
| LIMIT_MINIMUM_AMOUNT | DECIMAL | 19 | √ | null |
|
|
Holds the minimum value of the associated balance |
|
| LIMIT_MAXIMUM_AMOUNT | DECIMAL | 19 | √ | null |
|
|
Holds the maximum value of the associated balance |
