文章数据表:post
文章相关: id 文章id title 标题 Content 正文内容 spa
做者相关: user_id 文章做者 user_name 文章做者名字 图片
文章分类相关:catagory_id catagory_name tag_id tag_nameip
文章描述相关: description 60字描述 description_img_path 描述图片地址 view_count 浏览数 star_count 喜欢数 it
时间相关: created_time updated_time io
文章二级评论数据表:ast
评论: id, content 内容 email
评论联系相关:post_id 从属文章id parent_id 从属于哪一个大评论下面 reply_id 回复的是哪一个评论 date
用户相关: user_id 评论的用户id user_name 评论的用户的名字 reply_user_id 回复的用户的id reply_user_name 回复的用户的名字im
时间相关: created_time
star_count 喜欢数
用户表:
id,user_name,email,password,register_time,last_login_time,active_value, gold_coin_count
文章标签表:
id,tag_name,post_count
Category_表 :
id, cat_name , count