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

# tree_explorer_entry table

> This table stores the entries in a tree-explorer

## tree\_explorer\_entry Table (399)

This table stores the entries in a tree-explorer

## Fields

| Name             | Description                                           | Type                                                  | Nullable |
| ---------------- | ----------------------------------------------------- | ----------------------------------------------------- | :------: |
| id               | Primary key                                           | PK                                                    |    No    |
| parent\_id       | The parent id of the entry                            | FK [tree\_explorer\_entry](./tree-explorer-entry.mdx) |    No    |
| name             | The name of the entry                                 | String(255)                                           |    No    |
| icon             | The icon of the entry                                 | String(255)                                           |    Yes   |
| onclick          | The onclick action of the entry                       | String(255)                                           |    Yes   |
| href             | The href of the entry                                 | String(255)                                           |    Yes   |
| tooltip          | The tooltip of the entry                              | Clob                                                  |    Yes   |
| target           | The target of the href of the entry                   | String(255)                                           |    Yes   |
| sort\_order      | The order of the entry                                | Int                                                   |    Yes   |
| leaf             | True if the entry is a leaf node                      | Bool                                                  |    Yes   |
| session\_key     | The session this entry belongs to                     | String(255)                                           |    Yes   |
| expand\_order    | If \&gt; 0 then expanded and insertorder for the tree | Int                                                   |    Yes   |
| tree\_key        | The key used for reloading                            | String(255)                                           |    Yes   |
| internal\_id     | The internal id for the tree                          | String(255)                                           |    Yes   |
| internal\_parent | The internal parent id for the tree                   | String(255)                                           |    Yes   |

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

## Indexes

| Fields        | Types       | Description |
| ------------- | ----------- | ----------- |
| parent\_id    | FK          | Index       |
| session\_key  | String(255) | Index       |
| expand\_order | Int         | Index       |
| tree\_key     | String(255) | Index       |

## Relationships

| Table                                          | Description                                              |
| ---------------------------------------------- | -------------------------------------------------------- |
| [tree\_explorer\_entry](./tree-explorer-entry) | This table stores the entries in a tree-explorer         |
| [tree\_explorer\_link](./tree-explorer-link)   | This table stores the link of entries in a tree-explorer |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
