eab_folder Table (314)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains eab (email address book) folders, used for containing email addresses.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
folder_id | The id of the parent folder for this folder. NULL or -1 if this is a toplevel folder. | FK eab_folder | |
name | The folder's name. | String(64) | |
description | The folder's description. | String(255) | ● |
fullname | The full name of this category, i.e. Foo/bar/test. | Clob | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
folder_id | FK | Index |
name | String(64) | Index |
Relationships
Table | Description |
---|---|
eab_entry | This table contains eab (email address book) entries, i.e. an alias ('Ola Hansen') and an address ('ola@hansen.as'). |
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.