| Table slot9.WORLD.TSTA.AUDIT_RECORDS This table stores all auditing information for table inserts, updates and deletes.
|
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 |