DTW_REG_REV_CHANGE_EVENT_VIEW


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ENTRY_ID CHAR 40 null

Identifies the given polling entry

EVENT_ID CHAR 36 null

The ID of the given revision change

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

Identifies time of the creation of an entry

REVISION_ID DECIMAL 32 null
DTW_REG_REV.ID Implied Constraint R

The revision associated with the given revision change

AGGREGATE_ROOT_KEY VARCHAR 64 null

The aggregate root key

AGGREGATE_ROOT_TYPE VARCHAR 32 null

The type of the aggregate root of the entity being changed

ENTITY_TYPE VARCHAR 32 null

The type of the entity being changed

ENTITY_ID CHAR 36 null

The id of the entity being changed

TRACE_METADATA JSON 1073741824 null
PROCESSED TINYINT 3 0

Identifies whether the entry was already processed

Relationships

View Definition


Possibly Referenced Tables/Views