DTW_TR_ENTRY_BATCH_GROUP


Description

Groups batches

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null
DTW_TR_ENTRY_BATCH.ENTRY_BATCH_GROUP_ID DTW_TR_ENTRY_BATCH_GROUP_FK C
DTW_TR_SNAPSHOT.ENTRY_BATCH_GROUP_ID DTW_TR_SNAPSHOT_GROUP_FK C

Identifies the entry batch group

ACCOUNT_ID CHAR 36 null
DTW_TR_ACCOUNT.ID DTW_TR_ENTRY_BATCH_GRP_ACC_FK R

The account associated with the given entry batch

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the entry batch group was created

CHANNEL VARCHAR 36 UNDEFINED

The entry batch group input application channel

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_TR_ENTRY_BATCH_GRP_ACC_IDX Performance Asc ACCOUNT_ID
DTW_TR_ENTRY_BATCH_GRP_CRT_IDX Performance Asc CREATED_AT

Relationships