| Column | Type | Actions |
|---|---|---|
| id | int(11) | |
| task_id | int(11) | |
| uploaded_by | int(11) | |
| uploader_type | enum('manager','employee') | |
| file_path | varchar(500) | |
| file_name | varchar(255) | |
| upload_type | enum('manager_upload','employee_upload') | |
| created_at | timestamp | |
| is_crossed | tinyint(1) | |
| crossed_reason | text | |
| updated_at | timestamp | |
| sort_order | int(11) | |
| client_id | int(11) |