> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_category_log table

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

## kb\_category\_log Table (291)

Who and when, if somebody edits a knowledge base folder

## Fields

| Name             | Description                                            | Type                                 | Nullable |
| ---------------- | ------------------------------------------------------ | ------------------------------------ | :------: |
| id               | The primary key (auto-incremented)                     | PK                                   |    No    |
| kb\_category\_id | The id of the kb\_category that triggered this action. | FK [kb\_category](./kb-category.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-worktree-351-fix-webapi-escaped-anchors/lG_0VSOpA0nSl_9s/media/loc/en/database/tables/kb_category_log.png?fit=max&auto=format&n=lG_0VSOpA0nSl_9s&q=85&s=bb6e5e008111562bc65fb7f0fb28563d" alt="kb_category_log table relationship diagram" width="682" height="59" data-path="media/loc/en/database/tables/kb_category_log.png" />

## Indexes

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

## Relationships

| Table                         | Description                                              |
| ----------------------------- | -------------------------------------------------------- |
| [ejuser](./ejuser)            | This table contains entries for the users of the system. |
| [kb\_category](./kb-category) | Knowledge base folder hierarchy                          |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
