Program workflow state
Contents |
[edit]
Description
[edit]
Attributes
| Column Name | Type | Default | Description | |
|---|---|---|---|---|
| | program_workflow_state_id | int | ||
| | program_workflow_id program_workflow.program_workflow_id | int | ||
| | concept_id concept.concept_id | int | ||
| | initial | bit | ||
| | terminal | bit | ||
| | creator users.user_id | int | ||
| | date_created | datetime | 0000-00-00 00:00:00 | |
| voided | bit | NULL | ||
| voided_by users.user_id | int | NULL | ||
| date_voided | datetime | NULL | ||
| void_reason | varchar(255) | NULL | ||
| | ||||
