| id |
bigint(20)
|
|
|
|
| task_number |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| title |
varchar(255)
|
utf8mb4_unicode_ci
|
|
|
| description |
text
|
utf8mb4_unicode_ci
|
|
|
| status |
enum('new', 'in_progress', 'completed', 'approved', 'cancelled')
|
utf8mb4_unicode_ci
|
|
|
| priority |
enum('low', 'medium', 'high', 'urgent')
|
utf8mb4_unicode_ci
|
|
|
| deadline |
date
|
|
|
|
| supervisor_id |
bigint(20)
|
|
|
|
| created_by |
bigint(20)
|
|
|
|
| is_cancelled |
tinyint(1)
|
|
|
|
| cancellation_reason |
text
|
utf8mb4_unicode_ci
|
|
|
| started_at |
timestamp
|
|
|
|
| completed_at |
timestamp
|
|
|
|
| approved_at |
timestamp
|
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|
| deleted_at |
timestamp
|
|
|
|