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

# doc_folder table

> A document folder.

## doc\_folder Table (281)

A document folder.

## Fields

| Name                     | Description                                           | Type                               | Nullable |
| ------------------------ | ----------------------------------------------------- | ---------------------------------- | :------: |
| id                       | The primary id (auto-incremented)                     | PK                                 |    No    |
| folder\_id               | The parent folder. -1 if this is a root folder.       | FK [doc\_folder](./doc-folder.mdx) |    No    |
| title                    | The title of the folder                               | String(255)                        |    No    |
| created\_at              | When the folder was created.                          | DateTime                           |    Yes   |
| created\_by              | The used who created the folder.                      | FK [ejuser](./ejuser.mdx)          |    Yes   |
| status                   | The status of the folder.                             | status                             |    Yes   |
| access\_level            | The access level for the folder                       | access\_level                      |    Yes   |
| inherited\_access\_level | The lowest access level for this folder or any parent | inherited\_access\_level           |    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/doc_folder.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=9449cac7487582d1c5693933e5b5124e" alt="doc_folder table relationship diagram" width="663" height="59" data-path="media/loc/en/database/tables/doc_folder.png" />

## Indexes

| Fields      | Types       | Description |
| ----------- | ----------- | ----------- |
| folder\_id  | FK          | Index       |
| title       | String(255) | Index       |
| created\_by | FK          | Index       |

## Relationships

| Table                           | Description                                              |
| ------------------------------- | -------------------------------------------------------- |
| [doc\_document](./doc-document) | This table contains documents.                           |
| [doc\_folder](./doc-folder)     | A document folder.                                       |
| [ejuser](./ejuser)              | This table contains entries for the users of the system. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
