Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
Identifies the given schedule limit type |
|||||
| SCHEDULE_LIMIT_ID | CHAR | 36 | √ | null |
|
|
Identifies the given schedule limit |
||||
| CURRENCY | CHAR | 3 | null |
|
|
Holds the currency of the value associated with the given balance |
|||||
| MINIMUM_AMOUNT | DECIMAL | 19 | null |
|
|
Holds the minimum value of the associated balance |
|||||
| MAXIMUM_AMOUNT | DECIMAL | 19 | null |
|
|
Holds the maximum value of the associated balance |
|||||
| START_DATE | DATETIME | 26 | null |
|
|
The accounting date of the given entry |
|||||
| END_DATE | DATETIME | 26 | null |
|
|
The accounting date of the given entry |
|||||
| IDENTIFIER | VARCHAR | 128 | null |
|
|
Identifies the given schedule limit |
|||||
| CREATED_AT | DATETIME | 26 | CURRENT_TIMESTAMP(6) |
|
|
When the schedule was created within the digital twin |
|||||
| UPDATED_AT | DATETIME | 26 | CURRENT_TIMESTAMP(6) |
|
|
When was lastly updated |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | ID |
| DTW_TRS_SCHEDULE_LIMIT_TIME_IDX | Must be unique | Asc/Asc/Asc/Asc | START_DATE + END_DATE + IDENTIFIER + SCHEDULE_LIMIT_ID |
| SCHEDULE_LIMIT_ID_FK | Performance | Asc | SCHEDULE_LIMIT_ID |

