数据库设计
This commit is contained in:
parent
ddf742e4d9
commit
ec50d66c65
@ -130,6 +130,19 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min
|
||||
| receive_user_count | int | 接收人数 |
|
||||
| read_count | int | 已读人数 |
|
||||
|
||||
### 用户消息表 t_message_user
|
||||
|
||||
| 字段名 | 类型 | 注释 |
|
||||
| ---- | ---- | ---- |
|
||||
| id | int | |
|
||||
| message_id | int | 消息内容ID |
|
||||
| receive_user_id | int | 接收人ID |
|
||||
| receive_user_name | varchar | 接收人用户名 |
|
||||
| receive_real_name | varchar | 接收人真实姓名 |
|
||||
| readed | bit | 是否已读 |
|
||||
| create_time | datetime | |
|
||||
| read_time | datetime | 阅读时间 |
|
||||
|
||||
## 项目开发
|
||||
|
||||
### 开发说明
|
||||
|
Loading…
Reference in New Issue
Block a user