zAR-HRA-workings-user-audit
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-11 09:48:40
Potentially sensitive columns detected and intentionally not previewed as raw row data here: entity-key.
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | audit-id | bigint | PRI | NO | - | - |
| 2 | entity-type | varchar(80) | MUL | NO | - | - |
| 3 | entity-key | varchar(160) | - | NO | - | - |
| 4 | action-name | varchar(80) | - | NO | - | - |
| 5 | changed-by | varchar(120) | - | YES | - | - |
| 6 | before-json | longtext | - | YES | - | - |
| 7 | after-json | longtext | - | YES | - | - |
| 8 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | audit-id |
| ix-zar-hra-user-audit-entity | No | entity-type, entity-key, created-at |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |