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 {
|
||||
Name string
|
||||
Conds []interface{}
|
||||
On *clause.Where
|
||||
Selects []string
|
||||
Omits []string
|
||||
JoinType clause.JoinType
|
||||
Name string
|
||||
Conds []interface{}
|
||||
On *clause.Where
|
||||
Selects []string
|
||||
Omits []string
|
||||
JoinType clause.JoinType
|
||||
}
|
||||
|
||||
// StatementModifier statement modifier interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user