mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
upgrade xorm to v1.0.6 (#14246)
This commit is contained in:
1
vendor/xorm.io/xorm/schemas/column.go
generated
vendored
1
vendor/xorm.io/xorm/schemas/column.go
generated
vendored
@@ -51,6 +51,7 @@ type Column struct {
|
||||
func NewColumn(name, fieldName string, sqlType SQLType, len1, len2 int, nullable bool) *Column {
|
||||
return &Column{
|
||||
Name: name,
|
||||
IsJSON: sqlType.IsJson(),
|
||||
TableName: "",
|
||||
FieldName: fieldName,
|
||||
SQLType: sqlType,
|
||||
|
Reference in New Issue
Block a user