> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_entry_keyword table

> This table contains all keywords for the faq entries

## kb\_entry\_keyword Table (288)

This table contains all keywords for the faq entries

## Fields

| Name          | Description                                            | Type                           | Nullable |
| ------------- | ------------------------------------------------------ | ------------------------------ | :------: |
| id            | The primary key (auto-incremented)                     | PK                             |    No    |
| kb\_entry\_id | The id of the kb\_entry which this keyword belongs to. | FK [kb\_entry](./kb-entry.mdx) |    No    |
| keyword       | A keyword for the given entry.                         | String(255)                    |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/kb_entry_keyword.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=6afc5859bcc1b328288a659b84974388" alt="kb_entry_keyword table relationship diagram" width="454" height="59" data-path="media/loc/en/database/tables/kb_entry_keyword.png" />

## Indexes

| Fields        | Types       | Description |
| ------------- | ----------- | ----------- |
| kb\_entry\_id | FK          | Index       |
| keyword       | String(255) | Index       |

## Relationships

| Table                   | Description                      |
| ----------------------- | -------------------------------- |
| [kb\_entry](./kb-entry) | This table contains FAQ entries. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
