From 9ba2f0ccd897e57a4b458d02c26eefa4fd4dc566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=B4=8B?= <827544120@qq.com> Date: Tue, 30 Apr 2024 08:20:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/guide/further/mustLearn/db.md.=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=9C=A8=E6=A8=A1=E5=9D=97=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=A9=BC=E5=B3=B0=E5=91=BD=E5=90=8D=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=A1=A8=E5=90=8D=E7=A7=B0=E6=8F=90?= =?UTF-8?q?=E9=86=92=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 向洋 <827544120@qq.com> --- docs/guide/further/mustLearn/db.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/further/mustLearn/db.md b/docs/guide/further/mustLearn/db.md index 24c42fd..2031bc2 100644 --- a/docs/guide/further/mustLearn/db.md +++ b/docs/guide/further/mustLearn/db.md @@ -27,5 +27,6 @@ ## 注意事项 :::danger 注意 -表名称不要以 `data` 或者 `s` 结尾,因模型生成问题,会对这两种结尾的名称进行改名,造成意外的状况发生。 +- 表名称不要以 `data` 或者 `s` 结尾,因模型生成问题,会对这两种结尾的名称进行改名,造成意外的状况发生。 +- 对于模块使用驼峰命名例如`AdminUser`,生成代码时匹配的数据库模块名为 `adminuser` 。 ::: \ No newline at end of file -- Gitee