...
Column | Type | required | unique | Description | |
---|---|---|---|---|---|
1 | EventID | UUID | y | y | unique event identifier |
2 | EventDate | timestamp | y | n | date when the event appeared in the event log |
3 | Source Origin | varchar | y | n | source Origin of the event: data-import, batch-update, user, etc. |
4 | Action | varchar | y | n | what action was performed |
5 | ActionDate | timestamp | y | n | when action was performed |
6 | EntityID | UUID | y | n | entity identifier |
7 | UserId | UUID | y | n | user who did the action, fixed UUID for anonymized user |
8 | Snapshot | jsonb | y | n | body of the entity |
...