Merge pull request #75 from mindskip/mindskip

数据库设计
This commit is contained in:
思维跳跃科技 2021-03-03 22:40:32 -06:00 committed by GitHub
commit 89e883ff2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -184,6 +184,16 @@ github - mysql [https://github.com/mindskip/xzs-mysql](https://github.com/min
| deleted | bit | |
| create_user_name | varchar | |
### 用户任务表 t_task_exam_customer_answer
| 字段名 | 类型 | 注释 |
| ---- | ---- | ---- |
| id | int | |
| task_exam_id | int | |
| create_user | int | |
| create_time | datetime | |
| text_content_id | int | 任务完成情况(Json) |
## 项目开发
### 开发说明