Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ENTRY_ID | CHAR | 36 | null |
|
|
Entry unique ID. |
|||||
| ORIGINAL_ENTRY_ID | CHAR | 36 | √ | null |
|
|
Entry ID from kafka event. |
||||
| METADATA | JSON | 1073741824 | √ | null |
|
|
Aditional Entry details in json format comming from metadata field. |
||||
| CORRELATIONS | JSON | 1073741824 | √ | null |
|
|
Correlatios Ids of external systems for this Entry |
||||
| DOCUMENT_TYPE_KEY | VARCHAR | 90 | √ | null |
|
|
Document type key ID. |
||||
| ENTRY_USER_DESCRIPTION | VARCHAR | 100 | √ | null |
|
|
User entry comment. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | ENTRY_ID |
| DTW_BST_ENTRYDET_ORENTRYID_IDX | Performance | Asc | ORIGINAL_ENTRY_ID |

