Skip to content

Commit

Permalink
add config of table prefix & postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalaocu authored Jun 17, 2020
1 parent 5aec0d4 commit 9aa92e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/WeBASE-Codegen-Monkey/appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ FISCO-BCOS节点配置用于配置[WeBASE-Collect-Bee](https://github.com/WeBank
| system.nameStyle | N | 数据库表名和字段命名规则,支持下划线命名和原始数据命名 | system.nameStyle=rawCase | underScoreCase |
| system.namePrefix | N | 数据库表字段命名前缀,默认为_ | system.namePrefix=_ | _ |
| system.namePostfix | N | 数据库表字段命名后缀,默认为空 | system.namePostfix=_ ||
| system.tablePrefix | N | 数据库表名命名前缀,默认为空 | system.tablePrefix=_ ||
| system.tablePostfix | N | 数据库表名命名后缀,默认为空 | system.tablePostfix=_ ||
| system.dbIdentifierSplit | N | 是否开启自动裁剪过长的数据库表名,默认为false | system.dbIdentifierSplit=true | false |


Expand Down

0 comments on commit 9aa92e9

Please sign in to comment.