表格: whatsns_article_comment 文章评论回复
索引:
名称 | 类型 | 属性 | 备注 |
主索引 | id | unique |
字段:
名称 | 类型 | 空 | 默认值 | 属性 | 备注 |
id | int(10) | 否 | <auto_increment> | ||
tid | int(10) | 否 | 文章id | ||
authorid | int(10) | 否 | 评论人id | ||
author | char(18) | 否 | 名字 | ||
content | text | 否 | 评论回复内容 | ||
time | int(10) | 否 | 0 | 回复时间 | |
aid | int(11) | 是 | <空> | 文章评论id |