MAILEXPRESS
| Table Name: | medatabase.ActorLog |
| Description: | Auditing table for changes to corresponding with table Actor. |
| Primary Keys: | identifier logNumber |
| Field | Type | Defaults | Nulls? | Comments |
|---|---|---|---|---|
| identifier | numeric (19) | None | No | Unique ID for an entry. |
| logNumber | numeric (19) | None | No | Audit log identifier. |
| logOperation | tinyint | None | Yes | The type of operation audited. The types include: 0 - Addition 1 - Modification 2 - Deletion. |
| accountInviteCapable | tinyint | None | Yes | If the user can send account invitations. This applies only to internal users. |
| activeToken | nvarchar (276) | None | Yes | Token used to ensure the uniqueness of usernames across undeleted accounts. |
| crux | nvarchar (24) | None | Yes | Random seed data. |
| deleted | tinyint | None | Yes | If the user account has been deleted. |
| displayName | nvarchar (256) | None | Yes | The user's display name. |
| dropoffCapable | tinyint | None | Yes | If the user can use the Drop-off Portal. This applies only to internal users. |
| emailAddress | nvarchar (256) | None | Yes | The user's email address. |
| enabled | tinyint | None | Yes | If the user account is enabled. |
| expirable | tinyint | None | Yes | Whether actor can expire or not. This applies only to external users. |
| forcePasswordChange | tinyint | None | Yes | If the user must change their password at next login. |
| kind | nvarchar (255) | None | Yes | The type of user account. One of Administrator, InternalAutomatic, InternalManaged, External. |
| locale | nvarchar (256) | None | Yes | The user's selected locale. |
| passwordHash | nvarchar (88) | None | Yes | The hashed form of the user's password. |
| replyInviteCapable | tinyint | None | Yes | If the user can send Reply Invite links. This applies only to internal users. |
| uploadCapable | tinyint | None | Yes | If the user can send files. |
| username | nvarchar (256) | None | Yes | The user's username. |
| Index | Clustered? | Unique? | Fields |
|---|---|---|---|
| PK__ActorLog__B55535B76CAED6EF | Yes | Yes | identifier logNumber |
| Internal Foreign Key Constraint | Affected Field | Source Table |
|---|---|---|
| FKA178A52F95EB91ED | logNumber | Auditor |