Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MysqlType2GoType = map[string]string{
"int": "int64",
"tinyint": "uint8",
"bigint": "int64",
"varchar": "string",
"char": "string",
"text": "string",
"date": "time.Time",
"time": "time.Time",
"datetime": "time.Time",
"timestamp": "time.Time",
"json": "string",
}
Functions ¶
func GenerateFile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.