Program workflow


Contents

Description

Attributes

Column Name Type Default Description
Primary Key program_workflow_id int
Required program_id program.program_id int
Required concept_id concept.concept_id int
Required creator users.user_id int
Required 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
Primary Key primary key, Required required