> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-add-read-me-page.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_entry_log table

> Who and when, if somebody edits a knowledge base entry

## kb\_entry\_log Table (290)

Who and when, if somebody edits a knowledge base entry

## Fields

| Name          | Description                                         | Type                           | Nullable |
| ------------- | --------------------------------------------------- | ------------------------------ | :------: |
| id            | The primary key (auto-incremented)                  | PK                             |    No    |
| kb\_entry\_id | The id of the kb\_entry that triggered this action. | FK [kb\_entry](./kb-entry.mdx) |    No    |
| user\_id      | The id of the user that created this comment.       | FK [ejuser](./ejuser.mdx)      |    No    |
| log\_when     | When the action occured.                            | DateTime                       |    Yes   |

<img src="https://mintcdn.com/superofficeas-add-read-me-page/UnCao9F5X_LP9h_T/media/loc/en/database/tables/kb_entry_log.png?fit=max&auto=format&n=UnCao9F5X_LP9h_T&q=85&s=166de68f21bbc70e8d4aab9733bb1a6c" alt="kb_entry_log table relationship diagram" width="609" height="59" data-path="media/loc/en/database/tables/kb_entry_log.png" />

## Indexes

| Fields        | Types | Description |
| ------------- | ----- | ----------- |
| kb\_entry\_id | FK    | Index       |
| user\_id      | FK    | Index       |

## Relationships

| Table                   | Description                                              |
| ----------------------- | -------------------------------------------------------- |
| [ejuser](./ejuser)      | This table contains entries for the users of the system. |
| [kb\_entry](./kb-entry) | This table contains FAQ entries.                         |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
