DTW_BST_DIM_ENTRY_KIND


Description

Entry kind dimension definition table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ENTRY_KIND_ID CHAR 36 null
DTW_BST_FACT_ENTRY.ENTRY_KIND_ID DTW_BST_FK_FACT_ENTRY_KIND R

Entry kind unique ID.

ENTRY_KIND VARCHAR 20 null

Entry kind description (LEDGER, EXCLUSION, PENDING_LEDGER, etc).

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

Timestamp value to register a record creation time.

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

Timestamp value to register a record update time.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ENTRY_KIND_ID

Relationships