17 lines
416 B
YAML
17 lines
416 B
YAML
version: "0.1"
|
|
database:
|
|
dsn : "root:youtu!0113@tcp(localhost:3306)/ecpm?charset=utf8&parseTime=True&loc=Local"
|
|
db : "mysql"
|
|
tables :
|
|
- "app_account"
|
|
- "app_user"
|
|
- "douyin_ecpm_config"
|
|
- "game_score"
|
|
outPath : "./dao/query"
|
|
outFile : ""
|
|
withUnitTest : true
|
|
modelPkgName : "model"
|
|
fieldNullable : true
|
|
fieldWithIndexTag : true
|
|
fieldWithTypeTag : true
|
|
fieldSignable : true |