Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||
| documentLink | VARCHAR | 255 | null |
|
|
|||||
| documentFileName | VARCHAR | 255 | null |
|
|
|||||
| job | VARCHAR | 255 | null |
|
|
|||||
| timestamp | DATETIME | 19 | √ | null |
|
|
||||
| amount | INT | 10 | null |
|
|
|||||
| completed | BIT | 1 | null |
|
|
|||||
| client_id | VARCHAR | 36 | √ | null |
|
|
||||
| documentTitle | VARCHAR | 255 | null |
|
|
|||||
| user_id | INT | 10 | √ | null |
|
|
||||
| documentId | VARCHAR | 36 | null |
|
|
|||||
| entityId | VARCHAR | 36 | null |
|
|
|||||
| documentIdent | VARCHAR | 60 | null |
|
|
|||||
| exactTime | DOUBLE | 22 | null |
|
|
|||||
| lockId | VARCHAR | 255 | √ | null |
|
|
||||
| lockDate | DATETIME | 19 | √ | null |
|
|
||||
| listenerGroup | VARCHAR | 255 | √ | null |
|
|
||||
| completedByUser_id | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| entity_idx | Performance | Asc | entityId |
| IDX_5BB8166419EB6921 | Performance | Asc | client_id |
| IDX_5BB8166434956C29 | Performance | Asc | completedByUser_id |
| IDX_5BB81664A76ED395 | Performance | Asc | user_id |