Skip to content

Commit

Permalink
add geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
xxjwxc committed Sep 6, 2024
1 parent e8fe2a0 commit be65321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/view/cnf/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var TypeMysqlDicMp = map[string]string{
"nvarchar": "string",
"real": "float32",
"binary": "[]byte",
"geometry": "[]byte",
}

// TypeMysqlMatchList Fuzzy Matching Types.模糊匹配类型
Expand Down

0 comments on commit be65321

Please sign in to comment.