|
|
@ -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"},
|
|
|
|
}
|
|
|
|
}
|
|
|
|