Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
A unique identifier to Registry System Limit |
||
| LIMIT_TYPE_ID | CHAR | 36 | null |
|
|
The id of the type associated with the limit |
||
| REG_SYS_ID | CHAR | 36 | null |
|
|
A unique identifier to foreign key to Registry System |
||
| 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 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | ID + REVISION_ID |
