DTW_REG_REV_CHANGE_EVENT


Columns

Column Type Size Nulls Auto Default Children Parents Comments
REVISION_CHANGE_ID CHAR 36 null
DTW_REG_REV_CHANGE.ID DTW_REG_REV_CHANGE_EVENT_FK C

Holds the related revision change id

INDEX DECIMAL 2 null

Holds the order of the event info within the change (starts in zero)

EVENT_ID CHAR 36 null

The ID of the underlying event

SOURCE VARCHAR 64 null

The source of the underlying event

TIMESTAMP DATETIME 26 null

The timestamp of the underlying event

KIND VARCHAR 64 null

The underlying event kind

TRACE_METADATA JSON 1073741824 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc REVISION_CHANGE_ID + INDEX
DTW_REG_REV_CHANGE_EVENT_E_IDX Performance Asc/Asc EVENT_ID + SOURCE

Relationships