Update statement.go
This commit is contained in:
parent
941f208534
commit
19316c381e
12
statement.go
12
statement.go
@ -49,12 +49,12 @@ type Statement struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type join struct {
|
type join struct {
|
||||||
Name string
|
Name string
|
||||||
Conds []interface{}
|
Conds []interface{}
|
||||||
On *clause.Where
|
On *clause.Where
|
||||||
Selects []string
|
Selects []string
|
||||||
Omits []string
|
Omits []string
|
||||||
JoinType clause.JoinType
|
JoinType clause.JoinType
|
||||||
}
|
}
|
||||||
|
|
||||||
// StatementModifier statement modifier interface
|
// StatementModifier statement modifier interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user