This commit is contained in:
Lunny Xiao 2023-06-30 14:17:51 +08:00
parent 701f5e6f68
commit 27a9febb4a
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type TableCollations interface {
TableCollations() []*schemas.Collation TableCollations() []*schemas.Collation
} }
var tpTableCollations = reflect.TypeOf((*TableIndices)(nil)).Elem() var tpTableCollations = reflect.TypeOf((*TableCollations)(nil)).Elem()
// Parser represents a parser for xorm tag // Parser represents a parser for xorm tag
type Parser struct { type Parser struct {