|
id
|
bigint(20) unsigned
|
|
|
|
|
title
|
varchar(180)
|
|
|
|
|
description
|
text
|
|
|
|
|
department
|
varchar(80)
|
|
|
|
|
assigned_to_user_id
|
bigint(20) unsigned
|
|
|
|
|
assigned_by_user_id
|
bigint(20) unsigned
|
|
|
|
|
priority
|
enum
|
-- |
|
normal
|
|
recurrence
|
enum
|
-- |
|
once
|
|
start_date
|
date
|
|
|
|
|
due_day
|
tinyint(3) unsigned
|
|
|
|
|
due_time
|
time
|
|
|
|
|
proof_required
|
tinyint(1)
|
|
|
0
|
|
points
|
decimal(8,2)
|
|
|
1.00
|
|
status
|
enum
|
-- |
|
active
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
deleted_at
|
timestamp
|
|
|
|
|
approver_user_id
|
bigint(20) unsigned
|
|
|
|
|
tat_minutes
|
int(10) unsigned
|
|
|
|