Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| measure_version_id | VARCHAR | 36 | null |
|
|
||||||
| action | VARCHAR | 20 | null |
|
|
||||||
| action_timestamp | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| user_id | VARCHAR | 36 | null |
|
|
||||||
| user_name | VARCHAR | 255 | null |
|
|
||||||
| user_role | VARCHAR | 50 | √ | null |
|
|
|||||
| ip_address | VARCHAR | 45 | √ | null |
|
|
|||||
| request_id | VARCHAR | 36 | √ | null |
|
|
|||||
| version_snapshot | JSON | 1073741824 | √ | null |
|
|
|||||
| revision_category | VARCHAR | 50 | √ | null |
|
|
|||||
| revision_reason | TEXT | 65535 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_audit_timestamp | Performance | Asc | action_timestamp |
| idx_audit_user | Performance | Asc | user_id |
| idx_audit_version | Performance | Asc | measure_version_id |