Table Type: Historical Data
Contains the values associated with property changes for quality audit log messages.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| audit_id | string | Primary Key | The audit log message ID. |
| property | string | Primary Key | The property name that changed. |
| value_type | string | Primary Key | The value type for the change (old or new). |
| value_index | int32 | Primary Key, Required | The index of the value in the change list. |
| val | string | The value for the property change. | |
| db_last_updated | datetime | When this record was last updated in UTC. |
