github.com/go-pg/migrations/v8.Migration.Down (field)

7 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L31: 	Down   func(DB) error
		collection.go#L119: 		Down:   down,
		collection.go#L234: 			if m.Down != nil {
		collection.go#L238: 			m.Down = newSQLMigration(fs, filePath)
		collection.go#L567: 		if m.Down != nil {
		collection.go#L568: 			err := m.Down(db)

	go.pact.im/x/old/pgtxtar
		pgtxtar.go#L62: 				m.Down = migrationExec(file.Data)