> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/eab_folder.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=101e01c1e90bd414b6e799367fe4e21b" 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.


## Related topics

- [eab_entry table](/en/database/tables/eab-entry.md)
- [doc_folder table](/en/database/tables/doc-folder.md)
- [email_folder table](/en/database/tables/email-folder.md)
- [s_picture_folder table](/en/database/tables/s-picture-folder.md)
- [reply_template_folder table](/en/database/tables/reply-template-folder.md)
- [Third-party tables](/en/custom-objects/learn/extra-table.md)
