From ece6e571f380326c65122eea8cd4f87da0095898 Mon Sep 17 00:00:00 2001 From: mindskip Date: Fri, 12 Mar 2021 12:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/README.md b/docs/README.md index 0499034..7bbc0ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -225,6 +225,17 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min | deleted | bit | 是否删除 | | wx_open_id | varchar | 微信openId | +### 用户日志表 t_user_event_log + +| 字段名 | 类型 | 注释 | +| ---- | ---- | ---- | +| id | int | | +| user_id | int | 用户id | +| user_name | varchar | 用户名 | +| real_name | varchar | 真实姓名 | +| content | text | 内容 | +| create_time | datetime | 时间 | + ## 项目开发 ### 开发说明