Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.15 KB

fileds.md

File metadata and controls

30 lines (28 loc) · 1.15 KB
comment_ID '主键id'
comment_post_ID '评论所属的文章id'
comment_author '该评论的发表人昵称'
comment_author_email '该评论的发表人邮箱'
comment_author_url '未使用'
comment_author_IP '该评论的发表人发言时的ip地址'
comment_date '日期'
comment_date_gmt 'gmt格式日期'
comment_content '评论内容'
comment_karma '未使用'
comment_approved '未使用'
comment_agent '该评论发表时的ua'
comment_type '未使用'
comment_parent '该评论的上级评论id【即楼内回复】,如果该id不为0,那么表示该评论为一条楼内回复'
user_id '发表评论的用户id'
delete_user_id '删除该评论的用户id'
delete_at '删除该评论的时间'
delete_at_date '删除该评论的时间'
status '该评论的状态,0:正常评论 1:未过审 2:已删除'
has_reply tinyint(1) '该评论是否存在楼内回复'
reply_for_uid '该条楼内评论 @的用户id'
reply_for_comment_id '该条楼内评论 所针对的评论id'
category '评论所属的文章的类别'
attachments '附件'
is_top '是否置顶'
is_star '是否加精'
is_checked '未使用'