数据库字典/vsl_user_likes/会员点赞表

字段名 数据类型 允许为空 描述
id int(11) NO 表序号
user_id int(11) NO 点赞用户id
type_id int(11) NO 类型id
type tinyint(4) YES 点赞类型 1干货 2评论
status tinyint(4) YES 状态 0取消 1点赞
is_check tinyint(4) YES 是否已读 1已读 0未读
to_uid int(11) YES 被点赞用户id
create_time int(11) YES 创建时间
update_time int(11) YES 更新时间