kb_workflow Table (292)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Knowledge base workflow steps
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| next | The next workflow phase. | FK kb_workflow | |
| previous | The previous workflow phase. | FK kb_workflow | |
| name | String(255) | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| next | FK | Index |
| previous | FK | Index |
Relationships
| Table | Description |
|---|---|
| kb_entry | This table contains FAQ entries. |
| kb_workflow | Knowledge base workflow steps |
| kb_workflow_access | Control of who can do what in a knowledge base workflow step |
| role_workflow | Knowledge base workflow access rights associated with a role |
Replication Flags
- None
Security Flags
- No access control via user's Role.