Name |
Type |
Index |
Null? |
Default |
tkey |
int(11) ++ |
PK |
No |
|
|
tid |
int(11) |
I |
No |
|
unknown
|
title |
varchar(64) |
I |
|
NULL |
|
lead |
varchar(64) |
I |
|
NULL |
lead person assigned to task. FK user_info
|
assigner |
varchar(64) |
I |
|
NULL |
person who assigned this task. FK user_info
|
towner |
varchar(240) |
I |
|
NULL |
|
tgroup |
varchar(255) |
I |
|
NULL |
group allowed to see or modify this task
|
target |
date |
I |
|
NULL |
proposed target (due) date of task
|
priority |
int(11) |
I |
|
NULL |
|
category |
int(11) |
I |
|
NULL |
General category that class belongs to
|
status |
varchar(32) |
I |
|
NULL |
Description of status -- open, done, etc.
|
updated |
datetime |
I |
|
NULL |
When was this task last updated or modified?
|
current |
int(11) |
I |
|
NULL |
Is this the most current version of this task?
|
deleted |
int(11) |
|
|
NULL |
1=deleted
|
text |
mediumtext |
|
|
|
Actual (probably HTML) text of task
|
texttype |
varchar(32) |
|
|
NULL |
|