Merge pull request #70 from mindskip/mindskip

数据库设计
This commit is contained in:
思维跳跃科技 2021-02-25 10:06:48 +08:00 committed by GitHub
commit b6a9f488cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | 阅读时间 |
## 项目开发
### 开发说明