|
id
|
int(11)
|
|
|
|
|
requester_id
|
int(11)
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
priority
|
enum
|
-- |
|
medium
|
|
department_id
|
int(11)
|
|
|
|
|
list_id
|
int(11)
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
position
|
int(11)
|
|
|
0
|
|
start_date
|
date
|
|
|
|
|
due_date
|
date
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|