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

# eab_folder table

> This table contains eab (email address book) folders, used for containing email addresses.

## eab\_folder Table (314)

This table contains eab (email address book) folders, used for containing email addresses.

## Fields

| Name        | Description                                                                           | Type                               | Nullable |
| ----------- | ------------------------------------------------------------------------------------- | ---------------------------------- | :------: |
| id          | The primary key (auto-incremented)                                                    | PK                                 |    No    |
| folder\_id  | The id of the parent folder for this folder. NULL or -1 if this is a toplevel folder. | FK [eab\_folder](./eab-folder.mdx) |    No    |
| name        | The folder\&apos;s name.                                                              | String(64)                         |    No    |
| description | The folder\&apos;s description.                                                       | String(255)                        |    Yes   |
| fullname    | The full name of this category, i.e. Foo/bar/test.                                    | Clob                               |    Yes   |

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

## Indexes

| Fields     | Types      | Description |
| ---------- | ---------- | ----------- |
| folder\_id | FK         | Index       |
| name       | String(64) | Index       |

## Relationships

| Table                       | Description                                                                                                                                                          |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [eab\_entry](./eab-entry)   | This table contains eab (email address book) entries, i.e. an alias (\&apos;Ola Hansen\&apos;) and an address (\&apos;[ola@hansen.as](mailto:ola@hansen.as)\&apos;). |
| [eab\_folder](./eab-folder) | This table contains eab (email address book) folders, used for containing email addresses.                                                                           |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
