diff --git a/docs/README.md b/docs/README.md index f718a0c..95540eb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -194,6 +194,14 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min | create_time | datetime | | | text_content_id | int | 任务完成情况(Json) | +### 文本表 t_text_content + +| 字段名 | 类型 | 注释 | +| ---- | ---- | ---- | +| id | int | | +| content | text | | +| create_time | datetime | | + ## 项目开发 ### 开发说明