|
id
|
bigint(20)
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
owner_id
|
bigint(20)
|
|
|
|
|
repo_id
|
bigint(20)
|
|
|
|
|
creator_id
|
bigint(20)
|
|
|
|
|
is_closed
|
tinyint(1)
|
|
|
|
|
board_type
|
int(10) unsigned
|
|
|
|
|
card_type
|
int(10) unsigned
|
|
|
|
|
type
|
int(10) unsigned
|
|
|
|
|
created_unix
|
bigint(20)
|
|
|
|
|
updated_unix
|
bigint(20)
|
|
|
|
|
closed_date_unix
|
bigint(20)
|
|
|
|