Merge pull request #137 from jianjungki/patch-1

Update def.go
master
xxj 4 years ago committed by GitHub
commit 41d2f487a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,4 +76,5 @@ var TypeMysqlMatchList = []struct {
{`^(text)[(]\d+[)]`, "string"},
{`^(integer)[(]\d+[)]`, "int"},
{`^(timestamp)[(]\d+[)]`, "time.Time"},
{`^(geometry)[(]\d+[)]`, "[]byte"},
}

Loading…
Cancel
Save