Fix
This commit is contained in:
parent
701f5e6f68
commit
27a9febb4a
|
@ -35,7 +35,7 @@ type TableCollations interface {
|
|||
TableCollations() []*schemas.Collation
|
||||
}
|
||||
|
||||
var tpTableCollations = reflect.TypeOf((*TableIndices)(nil)).Elem()
|
||||
var tpTableCollations = reflect.TypeOf((*TableCollations)(nil)).Elem()
|
||||
|
||||
// Parser represents a parser for xorm tag
|
||||
type Parser struct {
|
||||
|
|
Loading…
Reference in New Issue