style: adjustment code

This commit is contained in:
zhuyasen
2024-11-25 14:41:53 +08:00
parent e1ee704fb7
commit 091ad8b529
17 changed files with 44 additions and 54 deletions

View File

@@ -20,7 +20,7 @@ type Args struct {
DDLFile string // DDL file
DBDriver string // db driver name, such as mysql, mongodb, postgresql, tidb, sqlite, default is mysql
DBDriver string // db driver name, such as mysql, mongodb, postgresql, sqlite, default is mysql
DBDsn string // connecting to mysql's dsn, if DBDriver is sqlite, DBDsn is local db file
DBTable string // table name
fieldTypes map[string]string // field name:type