Model that describes an action log.
| Name | Type | Description |
|---|---|---|
| action_type | ActionType | Action type. |
| date | Int64 | Action date as Unix time in seconds. |
| description | String | Action log description. |
| entity_id | Int64 | ID of the entity that the actions were performed on. |
| id | Int64 | Log ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| record_name | String | Name of the record that the actions were performed on. |
| table | Table | Table where the changes were made. |
| user | User | User. |