Table slot9.WORLD.TSTA.COLLAPSE_PROPERTY_LOG_ENTRIES
This table stores a log entry for property records that are collapsed into one

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
CPLE_ID number 38
COLLAPSE_PROPERTY_ID number 38
KEEP_PROPERTY_ID number 38
UPDATOR_ID varchar2 100  √  null Domain to store an Oracle USER ID
COMMENTS varchar2 255  √  null
CREATOR_DATE date 7  √  null
UPDATOR_DATE date 7  √  null
CREATOR_ID varchar2 100  √  null Domain to store an Oracle USER ID
REC_ID number 0  √  null

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"COLLAPSE_PROPERTY_ID" IS NOT NULL CPLE_COLLAPSE_PROPERTY_ID_NN
"CPLE_ID" IS NOT NULL CPLE_CPLE_ID_NN
"KEEP_PROPERTY_ID" IS NOT NULL CPLE_KEEP_PROPERTY_ID_NN

Indexes:
Column(s) Type Sort Constraint Name
CPLE_ID Primary key Asc CPLE_PK