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

# form_keys table

> Keys that makes sure a form is not posted twice

## form\_keys Table (366)

Keys that makes sure a form is not posted twice

## Fields

| Name            | Description                | Type       | Nullable |
| --------------- | -------------------------- | ---------- | :------: |
| id              | Primary key                | PK         |    No    |
| form\_key       | A random key               | String(40) |    No    |
| time\_of\_entry | When the key was generated | DateTime   |    Yes   |

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

## Indexes

| Fields    | Types      | Description |
| --------- | ---------- | ----------- |
| form\_key | String(40) | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
