This commit is contained in:
15ho
2021-03-17 14:40:58 +08:00
parent 6a3e380bf0
commit 5b91e0df74

View File

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