Update README.md
This commit is contained in:
@@ -51,7 +51,6 @@ is_null_to_point : false # database is 'DEFAULT NULL' then set element type as p
|
|||||||
is_web_tag: false
|
is_web_tag: false
|
||||||
is_web_tag_pk_hidden: false
|
is_web_tag_pk_hidden: false
|
||||||
table_prefix: "" #table prefix
|
table_prefix: "" #table prefix
|
||||||
|
|
||||||
db_info :
|
db_info :
|
||||||
host : "127.0.0.1"
|
host : "127.0.0.1"
|
||||||
port : 3306
|
port : 3306
|
||||||
@@ -59,7 +58,11 @@ db_info :
|
|||||||
password : "qwer"
|
password : "qwer"
|
||||||
database : "oauth_db"
|
database : "oauth_db"
|
||||||
type: 0 # database type (0:mysql , 1:sqlite , 2:mssql)
|
type: 0 # database type (0:mysql , 1:sqlite , 2:mssql)
|
||||||
|
self_type_define: # Custom data type mapping
|
||||||
|
datetime: time.Time
|
||||||
|
date: time.Time
|
||||||
|
out_file_name: "" # Custom build file name
|
||||||
|
web_tag_type: 0 # json tag 0: Small Camel-Case 1: _
|
||||||
|
|
||||||
```
|
```
|
||||||
## 2. get help
|
## 2. get help
|
||||||
|
|||||||
Reference in New Issue
Block a user