This object represents an audit which is created every time something was changed at the system
Document| Property | Type | Description |
|---|---|---|
| id | Integer | Unique identifier for the object |
| app | Backend_App | |
| user | Backend_User | |
| event | Text | Trigger event of this audit |
| ip | Text | IP which as issued the request |
| message | Text | Message of this audit event |
| content | Backend_AuditObject | Content of this adit event |
| date | DateTime | Insert date of this audit event |