|
id
|
int(11)
|
|
|
|
|
user_id
|
int(11)
|
|
|
|
|
project_id
|
int(11)
|
|
|
|
|
task
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
task_description
|
text
|
|
|
|
|
start_time
|
timestamp
|
|
|
current_timestamp()
|
|
end_time
|
timestamp
|
|
|
|
|
hours
|
decimal(5,2)
|
|
|
0.00
|
|
total_seconds
|
int(11)
|
|
|
0
|
|
total_hours
|
decimal(10,2)
|
|
|
0.00
|
|
total_minutes
|
decimal(10,2)
|
|
|
0.00
|
|
is_active
|
tinyint(1)
|
|
|
0
|
|
is_billable
|
tinyint(1)
|
|
|
1
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|