> ## 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_link table

> This table stores the link of entries in a tree-explorer

## tree\_explorer\_link Table (400)

This table stores the link of entries in a tree-explorer

## Fields

| Name         | Description                         | Type                                                  | Nullable |
| ------------ | ----------------------------------- | ----------------------------------------------------- | :------: |
| id           | Primary key                         | PK                                                    |    No    |
| entry\_id    | The id of the entry                 | FK [tree\_explorer\_entry](./tree-explorer-entry.mdx) |    No    |
| icon         | The icon of the entry               | String(255)                                           |    Yes   |
| href         | The href of the entry               | String(255)                                           |    Yes   |
| target       | The target of the href of the entry | String(255)                                           |    Yes   |
| tooltip      | The tooltip of the entry            | Clob                                                  |    Yes   |
| session\_key | The session this link belong to     | String(255)                                           |    Yes   |

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

## Indexes

| Fields       | Types       | Description |
| ------------ | ----------- | ----------- |
| entry\_id    | FK          | Index       |
| session\_key | String(255) | Index       |

## Relationships

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
