|
@@ -164,6 +164,7 @@ CREATE TABLE `friends_news` (
|
|
|
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
|
|
`article_id` int(11) NOT NULL DEFAULT 0 COMMENT '文章id',
|
|
|
`comment_id` int(11) NOT NULL DEFAULT 0 COMMENT '评论id',
|
|
|
+ `reply_id` int(11) NOT NULL DEFAULT 0 COMMENT '回复id',
|
|
|
`uid` int(11) NOT NULL DEFAULT 0 COMMENT '点赞和评论的对象id 也就是此记录的所有者id',
|
|
|
`type` tinyint(1) NOT NULL DEFAULT 1 COMMENT '类型 1=点赞 2=评论',
|
|
|
`content` varchar(255) NOT NULL DEFAULT '' COMMENT '内容',
|