vsl_msg_reminder
数据库字典/vsl_msg_reminder/消息表
字段名 |
数据类型 |
允许为空 |
描述 |
id |
int(11) |
NO |
表序号 |
title |
varchar(255) |
YES |
标题 |
content |
text |
YES |
正文 |
status |
int(11) |
YES |
状态 |
to_uid |
int(11) |
YES |
用户id |
is_check |
int(11) |
YES |
是否已读 1已读 0未读 |
create_time |
int(11) |
YES |
创建时间 |
update_time |
int(11) |
YES |
更新时间 |