Updates on a process includes assignee changes, comments or state transitions
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| created | Date | Date of update | |
| process_id | Integer | db_process.id | Process ID |
| comments | String | Comments | |
| creator_id | Integer | db_user.id | Creator ID |
| assignee_id | Integer | Assignee ID | |
| state_id | Integer | db_state.id | From state ID |
| transition_id | Integer | State Transition ID, if none then empty | |
| next_state_id | Integer | db_state.id | To state ID |
| name | String | Summary | |
| String |