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