We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88adf4d commit 290c3bcCopy full SHA for 290c3bc
oracle/migrator.go
@@ -197,6 +197,7 @@ func (m Migrator) CreateTable(values ...interface{}) error {
197
198
// ReorderModels reorder models according to constraint dependencies
199
func (m Migrator) ReorderModels(values []interface{}, autoAdd bool) (results []interface{}) {
200
+ fmt.Printf("----entering ReorderModels, autoAdd = %t\n", autoAdd)
201
type Dependency struct {
202
*gorm.Statement
203
Depends []*schema.Schema
0 commit comments