Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PENDING_ENTRY_ID | CHAR | 36 | null |
|
|
The id of the pending entry |
|||||
| FULFILLED_ENTRY_ID | CHAR | 36 | null |
|
|
The entry that fulfilled the associated entry promise |
|||||
| ACTIVE | BIT | 1 | √ | null |
|
|
Marks if a given fulfillment is active (if not active, null is stored) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | PENDING_ENTRY_ID |
| DTW_TR_ENTRY_FLMNT_FID_IDX | Must be unique | Asc | FULFILLED_ENTRY_ID |
| DTW_TR_ENTRY_FLMNT_NID_IDX | Must be unique | Asc/Asc | PENDING_ENTRY_ID + ACTIVE |

