Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
A unique identifier to Limit |
||
| LIMIT_TYPE_ID | CHAR | 36 | null |
|
|
A String value to unique identifier Foreign key Limit type |
||
| ACCOUNT_ID | CHAR | 36 | null |
|
|
A unique identifier to foreign key to Account |
||
| CURRENCY | CHAR | 3 | null |
|
|
Identifies the currency on which the limit value |
||
| MINIMUM_AMOUNT | DECIMAL | 19 | null |
|
|
Identifies the minimum amount permitted by the given limit |
||
| MAXIMUM_AMOUNT | DECIMAL | 19 | null |
|
|
Identifies the maximum amount permitted by the given limit |
||
| REVISION_ID | BIGINT | 19 | null |
|
|
|||
| REVISION_TYPE | SMALLINT | 5 | null |
|
|
|||
| VERSION | DECIMAL | 10 | √ | null |
|
|
Limit data version |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | ID + REVISION_ID |
| DTW_REG_ACC_LIMIT_AUD_NID_IDX | Must be unique | Asc/Asc/Asc | REVISION_ID + ACCOUNT_ID + LIMIT_TYPE_ID |
