rca_audit_attribute

Stores attributes for an audit log entry. Audit log entries are stored in rca_audit_module table. The rca_audit_attribute table has references to the parent records. For a single audit entry, the table has multiple rows. Each of the attributes are stored as key-value pairs.

Field name (Key)

Field data type

Purpose

attribute_id (PRI)

varchar(255)

The audit attribute identifier.

attributeName

varchar(255)

Name of the attribute like CURRENT_STAGE. These attribute names or key are audit module-specific keys.

attributeValue

text)

Value of the audit attribute.

auditMetaInfo

datetime

Foreign key to parent record in rca_audit_meta table.

meta_info_id

datetime

Duplicate column.

// Ethnio survey code removed