feat: Support model code generation for multi tables (#1836)

* Support model code generation for multi tables

* Format code

* Format code

Co-authored-by: anqiansong <anqiansong@bytedance.com>
This commit is contained in:
anqiansong
2022-04-28 10:01:04 +08:00
committed by GitHub
parent f7a60cdc24
commit cc09ab2aba
3 changed files with 73 additions and 11 deletions

View File

@@ -725,7 +725,7 @@ var commands = []cli.Command{
Name: "url",
Usage: `the data source of database,like "root:password@tcp(127.0.0.1:3306)/database"`,
},
cli.StringFlag{
cli.StringSliceFlag{
Name: "table, t",
Usage: `the table or table globbing patterns in the database`,
},