DTW_CTR_INTENT


Description

Holds assorted intents

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null
DTW_CTR_INTENT_BUNDLE_REL.INTENT_ID DTW_CTR_INTENT_BDL_REL_INT_FK C
DTW_CTR_INTENT_METADATA.INTENT_ID DTW_CTR_INTENT_METADATA_INT_FK C

Identifies the intent

TYPE VARCHAR 32 null

Holds the type of the intent (possible values: ENTRY_EXCLUSION)

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the intent was created

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the intent was lastly updated

DUE_AT DATETIME 26 null

When the intent was will be due

ORIGINATOR VARCHAR 64 null

By whom the intent was created

STATUS VARCHAR 36 null

The intent status

VERSION INT 10 0

Holds the version of the given intent

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_CTR_INTENT_TYPE_IDX Performance Asc TYPE

Relationships