update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package clauses
|
||||
|
||||
import (
|
||||
"gorm.io/gorm/clause"
|
||||
)
|
||||
|
||||
type ReturningInto struct {
|
||||
Variables []clause.Column
|
||||
Into []*clause.Values
|
||||
}
|
||||
Reference in New Issue
Block a user