DTW_REG_IDEMPOTENCY_ENTRY


Description

Holds each entities changed on which revision (and their corresponding aggregates)

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null

The ID of the given idempotency record

EVENT_ID CHAR 36 null

The id of the event associated with the given idempotency record

SOURCE VARCHAR 64 null

The source of the event associated with the given idempotency record

CREATED_AT DATETIME 26 null

When the given idempotency was created

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
NATURAL_ID_UNIQUE_CONSTRAINT Must be unique Asc/Asc EVENT_ID + SOURCE

Relationships