mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-14 02:10:00 +08:00
@@ -178,7 +178,7 @@
|
|||||||
"short": "Generate postgresql model",
|
"short": "Generate postgresql model",
|
||||||
"datasource": {
|
"datasource": {
|
||||||
"short": "Generate model from datasource",
|
"short": "Generate model from datasource",
|
||||||
"url": "The data source of database,like \"root:password@tcp(127.0.0.1:3306)/database",
|
"url": "The data source of database,like \"postgres://root:password@127.0.0.1:5432/database?sslmode=disable\"",
|
||||||
"table": "The table or table globbing patterns in the database",
|
"table": "The table or table globbing patterns in the database",
|
||||||
"schema": "The schema or schema globbing patterns in the database",
|
"schema": "The schema or schema globbing patterns in the database",
|
||||||
"cache": "Generate code with cache [optional]",
|
"cache": "Generate code with cache [optional]",
|
||||||
|
|||||||
Reference in New Issue
Block a user