17 lines
416 B
YAML
Raw Normal View History

2025-01-25 18:05:37 +08:00
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