parent
711f95d804
commit
cf4174bff7
|
@ -24,7 +24,7 @@ const (
|
||||||
type Column struct {
|
type Column struct {
|
||||||
Name string
|
Name string
|
||||||
TableName string
|
TableName string
|
||||||
FieldName string // Avaiable only when parsed from a struct
|
FieldName string // Available only when parsed from a struct
|
||||||
SQLType SQLType
|
SQLType SQLType
|
||||||
IsJSON bool
|
IsJSON bool
|
||||||
Length int
|
Length int
|
||||||
|
|
Loading…
Reference in New Issue