kb_group_entry Table (287)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains group entries for FAQ groups.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| kb_group_id | The id of the group in which this entry is located. | FK kb_group | |
| kb_entry_id | The id of the kb_entry this entry references. | FK kb_entry | |
| sort_pos | A number (strictly ascending) indicating the sorted position for this element. | Int | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| kb_group_id | FK | Index |
| kb_entry_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| kb_entry | This table contains FAQ entries. |
| kb_group | This table contains FAQ groups. A group is a cluster of entries (potentially located anywhere in the FAQ hierarchy). A group is located in a certain category. |
Replication Flags
- None
Security Flags
- No access control via user's Role.