|
id
|
int(10) unsigned
|
|
|
|
|
board_id
|
int(10) unsigned
|
|
|
|
|
list_id
|
int(10) unsigned
|
|
|
|
|
title
|
varchar(180)
|
|
|
|
|
description
|
text
|
|
|
|
|
due_date
|
date
|
|
|
|
|
priority
|
varchar(16)
|
|
|
normal
|
|
position
|
int(11)
|
|
|
100
|
|
assignee_user_id
|
int(10) unsigned
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
is_archived
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|