db_process_state_mgr
Process state managers. A user is a manager of a particular state in a particular category.
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
user_id | Integer | db_person.id | Manager ID |
project_id | Integer | db_project.id | Project ID |
workspace_id | Integer | db_group.id | Group ID |
state_id | Integer | db_state.id | State ID |