kb_entry_log Table (290)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Who and when, if somebody edits a knowledge base entry
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| kb_entry_id | The id of the kb_entry that triggered this action. | FK kb_entry | |
| user_id | The id of the user that created this comment. | FK ejuser | |
| log_when | When the action occured. | DateTime | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| kb_entry_id | FK | Index |
| user_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ejuser | This table contains entries for the users of the system. |
| kb_entry | This table contains FAQ entries. |
Replication Flags
- None
Security Flags
- No access control via user's Role.