columnenum

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ColumnType

type ColumnType string
const (
	BitType        ColumnType = "BIT"
	TextType       ColumnType = "TEXT"
	BlobType       ColumnType = "BLOB"
	DateType       ColumnType = "DATE"
	DatetimeType   ColumnType = "DATETIME"
	DecimalType    ColumnType = "DECIMAL"
	DoubleType     ColumnType = "DOUBLE"
	EnumType       ColumnType = "ENUM"
	FloatType      ColumnType = "FLOAT"
	GeometryType   ColumnType = "GEOMETRY"
	MediumintType  ColumnType = "MEDIUMINT"
	JsonType       ColumnType = "JSON"
	IntType        ColumnType = "INT"
	LongtextType   ColumnType = "LONGTEXT"
	LongblobType   ColumnType = "LONGBLOB"
	BigintType     ColumnType = "BIGINT"
	MediumtextType ColumnType = "MEDIUMTEXT"
	MediumblobType ColumnType = "MEDIUMBLOB"
	SmallintType   ColumnType = "SMALLINT"
	TinyintType    ColumnType = "TINYINT"
	VarcharType    ColumnType = "VARCHAR(255)"
)

Jump to

Keyboard shortcuts

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