whatsns_articlecomment—网站文章评论表

表格: whatsns_articlecomment—网站文章评论表

索引:

名称

类型

属性

备注

主索引

id

unique


adopttime

adopttime



authorid

authorid



tid

tid



time

time





字段:

名称

类型

默认值

属性

备注

id

int(10) unsigned

<auto_increment>


 主键自增

tid

int(10) unsigned

0


 文章id

title

char(50)



 文章标题

author

varchar(15)



 文章作者名字

authorid

mediumint(8) unsigned

0


 文章作者编号id,对应的是用户的uid

time

int(10) unsigned

0


 评论时间

adopttime

int(10) unsigned

0


 最佳评论时间---预留

content

mediumtext



 文章评论内容

comments

int(10)



 文章评论数据---预留

status

tinyint(1) unsigned

1


 文章评论状态

ip

varchar(20)

<>


 文章评论ip

supports

int(10)

0


 文章评论点赞数

reward

int(10)

0


 偷看文章评论金额---预留

state

int(5)

1


文章评论审核状态