Status updates on tasks
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| created | Date | Date of update | |
| task_id | Integer | db_task.id | Task associated with this update |
| state_id | Integer | Task type state ID associated with this update | |
| creator_id | Integer | db_user.id | Creator of this update |
| percent_complete | Integer | % complete | |
| comments | String | Comments | |
| actual_start | Date | Actual start | |
| actual_finish | Date | Actual finish |