tree_explorer_link Table (400)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table stores the link of entries in a tree-explorer
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
entry_id | The id of the entry | FK tree_explorer_entry | |
icon | The icon of the entry | String(255) | ● |
href | The href of the entry | String(255) | ● |
target | The target of the href of the entry | String(255) | ● |
tooltip | The tooltip of the entry | Clob | ● |
session_key | The session this link belong to | String(255) | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
entry_id | FK | Index |
session_key | String(255) | Index |
Relationships
Table | Description |
---|---|
tree_explorer_entry | This table stores the entries in a tree-explorer |
Replication Flags
- None
Security Flags
- No access control via user's Role.