kb_http_link Table (285)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains URL's associated with a single FAQ entry.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| entry_id | The id of the kb entry this entry is connected to. | FK kb_entry | |
| name | The name for this link. | String(255) | |
| http_link | The URL for this link. | String(255) |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| entry_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| kb_entry | This table contains FAQ entries. |
Replication Flags
- None
Security Flags
- No access control via user's Role.