add: now, you can set tablePrefix

This commit is contained in:
young
2021-01-07 22:35:25 +08:00
parent 39f7512c11
commit 0c3732eb0f
8 changed files with 32 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ is_table_name: false # 是否直接生成表名,列名
is_null_to_point: false # 数据库默认 'DEFAULT NULL' 时设置结构为指针类型
is_web_tag: false
is_web_tag_pk_hidden: false
table_prefix: "" #表前缀
db_info:
host : 127.0.0.1
port : 3306