update dependencies
This commit is contained in:
parent
fce1b99683
commit
397e9c0842
164 changed files with 5207 additions and 2213 deletions
2
vendor/github.com/go-pg/pg/orm/field.go
generated
vendored
2
vendor/github.com/go-pg/pg/orm/field.go
generated
vendored
|
|
@ -20,7 +20,7 @@ type Field struct {
|
|||
|
||||
GoName string // struct field name, e.g. Id
|
||||
SQLName string // SQL name, .e.g. id
|
||||
Column types.Q // escaped SQL name
|
||||
Column types.Q // escaped SQL name, e.g. "id"
|
||||
SQLType string
|
||||
Index []int
|
||||
Default types.Q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue