Merge pull request #119 from 15ho/master

fix #112
master
xxj 4 years ago committed by GitHub
commit da730eee72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save