diff --git a/docs/guide/further/mustLearn/db.md b/docs/guide/further/mustLearn/db.md index 24c42fdf3eb5c8af935588cbffc71bcadfcac2f9..2031bc2efd4cabf4c9a311868a68f38ba58b0b5a 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