mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 16:30:01 +08:00
Generate caches that support custom key prefix. (#4643)
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
"short": "Generate mysql model",
|
||||
"strict": "Generate model in strict mode",
|
||||
"ignore-columns": "Ignore columns while creating or updating rows",
|
||||
"prefix": "The cache prefix, effective when --cache is true",
|
||||
"datasource": {
|
||||
"short": "Generate model from datasource",
|
||||
"url": "The data source of database,like \"root:password@tcp(127.0.0.1:3306)/database",
|
||||
|
||||
Reference in New Issue
Block a user