Table slot9.WORLD.TSTA.AUDIT_RECORDS
This table stores all auditing information for table inserts, updates and deletes.

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
AUDIT_RECORD_ID number 0 A sequence-generate primary key used to identify an audit record.
AUDIT_DATA clob 4000  √  null Audit information containing the action, table, columns, old and new values in XML format.
PROCESSED_FLAG varchar2 1  √  'N' Whether or not this record has been processed.
CREATOR_DATE date 7  √  null Date/time the record was created.
CREATOR_ID varchar2 100  √  null User that created the record.
UPDATOR_DATE date 7  √  null Date the record was last updated.
UPDATOR_ID varchar2 100  √  null User that last updated the record.

Analyzed at Mon Sep 20 21:05 MDT 2021

Requirements (check constraints):
Constraint Constraint Name
"AUDIT_RECORD_ID" IS NOT NULL AUDREC_RECORD_ID_NN
PROCESSED_FLAG IN('Y','N') CK_AUDREC_PROC_FLG

Indexes:
Column(s) Type Sort Constraint Name
AUDIT_RECORD_ID Primary key Asc AUDREC_PK
CREATOR_DATE Performance Asc AUDREC_CREATOR_DATE_I
PROCESSED_FLAG Performance Asc AUDREC_PROC_FLAG_I