> ## 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.

# temporary_words table

> This table is used as a temporary table, containing the words we want                  to search for in the FAQs

## temporary\_words Table (356)

This table is used as a temporary table, containing the words we want                  to search for in the FAQs

## Fields

| Name          | Description                          | Type       | Nullable |
| ------------- | ------------------------------------ | ---------- | :------: |
| id            | Primary key                          | PK         |    No    |
| magic\_number | A magic number, securing unique rows | Int        |    No    |
| word          | The temporary word                   | String(63) |    No    |
| word\_length  | The length of the word               | Int        |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/KsvSyGQJCWf4OHdL/media/loc/en/database/tables/temporary_words.png?fit=max&auto=format&n=KsvSyGQJCWf4OHdL&q=85&s=52c9fa934ebe93fdf226576b538fbf4e" alt="temporary_words table relationship diagram" width="153" height="59" data-path="media/loc/en/database/tables/temporary_words.png" />

## Indexes

| Fields       | Types      | Description |
| ------------ | ---------- | ----------- |
| word         | String(63) | Index       |
| word\_length | Int        | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
