common

package
v0.0.0-...-cdd1923 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MySQLTypeMap = map[string]string{
	"tinyint":            "int8",
	"smallint":           "int16",
	"mediumint":          "int32",
	"int":                "int32",
	"bigint":             "int64",
	"tinyint unsigned":   "uint8",
	"smallint unsigned":  "uint16",
	"mediumint unsigned": "uint",
	"int unsigned":       "uint32",
	"bigint unsigned":    "uint64",

	"float":   "float32",
	"double":  "float64",
	"decimal": "float64",

	"char":       "string",
	"varchar":    "string",
	"tinytext":   "string",
	"text":       "string",
	"mediumtext": "string",
	"longtext":   "string",
	"json":       "string",

	"date":      "[]uint8",
	"datetime":  "[]uint8",
	"time":      "[]uint8",
	"timestamp": "[]uint8",

	"enum": "string",

	"binary":     "[]byte",
	"varbinary":  "[]byte",
	"tinyblob":   "[]byte",
	"blob":       "[]byte",
	"mediumblob": "[]byte",
	"longblob":   "[]byte",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL