| id |
bigint(20)
|
|
|
|
| title |
varchar(180)
|
utf8mb4_unicode_ci
|
|
|
| description |
text
|
utf8mb4_unicode_ci
|
|
|
| department |
varchar(80)
|
utf8mb4_unicode_ci
|
|
|
| assigned_to_user_id |
bigint(20)
|
|
|
|
| assigned_by_user_id |
bigint(20)
|
|
|
|
| priority |
enum('low', 'normal', 'high', 'urgent')
|
utf8mb4_unicode_ci
|
|
|
| recurrence |
enum('once', 'hourly', 'daily', 'weekly', 'biweekly', 'monthly', 'quarterly', 'yearly')
|
utf8mb4_unicode_ci
|
|
|
| start_date |
date
|
|
|
|
| due_day |
tinyint(3)
|
|
|
|
| due_time |
time
|
|
|
|
| proof_required |
tinyint(1)
|
|
|
|
| points |
decimal(8,2)
|
|
|
|
| status |
enum('active', 'inactive')
|
utf8mb4_unicode_ci
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|
| deleted_at |
timestamp
|
|
|
|
| approver_user_id |
bigint(20)
|
|
|
|
| tat_minutes |
int(10)
|
|
|
|