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

@@ -50,6 +50,7 @@ is_table_name : false # Whether to out GetTableName/column function
is_null_to_point : false # database is 'DEFAULT NULL' then set element type as point
is_web_tag: false
is_web_tag_pk_hidden: false
table_prefix: "" #table prefix
db_info :
host : "127.0.0.1"