clair/vendor/github.com/ziutek/mymysql/mysql/field.go
2016-02-24 16:34:54 -05:00

16 lines
215 B
Go

package mysql
type Field struct {
Catalog string
Db string
Table string
OrgTable string
Name string
OrgName string
DispLen uint32
// Charset uint16
Flags uint16
Type byte
Scale byte
}