表格: whatsns_message---站内私信表
索引:
名称 | 类型 | 属性 | 备注 |
主索引 | id | unique | |
fromuid | fromuid, time | ||
touid | touid, time |
字段:
名称 | 类型 | 空 | 默认值 | 属性 | 备注 |
id | int(10) unsigned | 否 | <auto_increment> | 主键 | |
from | varchar(15) | 否 | 来源,可能是作者,可能是网站 | ||
fromuid | mediumint(8) unsigned | 否 | 0 | 来源uid | |
touid | mediumint(8) unsigned | 否 | 0 | 私信接收的用户uid | |
new | tinyint(1) | 否 | 1 | 是否是最新的私信 | |
subject | varchar(75) | 否 | 发送主题 | ||
time | int(10) unsigned | 否 | 0 | 发送时间 | |
content | text | 否 | 发送内容 | ||
status | tinyint(2) | 否 | 0 | 私信状态 | |
typename | varchar(200) | 是 | 私信类型:invateanswer-邀请回答,attentionquestion--关注问题,attentionuser--关注用户 ,questioncomment--回答评论,answer--回答问题,questiontouser--对用户提问,adoptanswer-采纳回答 |