| Column Name |
Type |
Default |
Description |
| cnumber |
int(11) |
|
Comment ID |
| cbody |
text |
|
Comment text |
| cuser |
varchar(40) |
NULL |
Anonymous user name (only used when comment was placed by a non-member. For members, see cmember) |
| cmail |
varchar(100) |
NULL |
E-mail address or URL (only used when comment was placed by a non-member. For members, see cmember) |
| cmember |
int(11) |
NULL |
ID of site member that placed the commend (0 for comments by non-members) |
| citem |
int(11) |
'0' |
Item ID to which the comment is attached |
| ctime |
datetime |
'0000-00-00 00:00:00' |
Time of comment |
| chost |
varchar(60) |
NULL |
Hostname from where the comment was placed |
| cip |
varchar(15) |
'' |
IP address from where the comment was placed |
| cblog |
int(11) |
'0' |
Blog to which the comment belongs (this is redundant information) |