Fix typo in column.go

Avaiable -> Available
This commit is contained in:
Ikko Ashimine 2021-05-19 01:06:16 +08:00
parent 711f95d804
commit cf4174bff7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const (
type Column struct {
Name string
TableName string
FieldName string // Avaiable only when parsed from a struct
FieldName string // Available only when parsed from a struct
SQLType SQLType
IsJSON bool
Length int