var github.com/go-pg/migrations/v8.DefaultCollection

10 uses

	github.com/go-pg/migrations/v8 (current package)
		default.go#L3: var DefaultCollection = NewCollection()
		default.go#L6: 	DefaultCollection.SetTableName(name)
		default.go#L10: 	return DefaultCollection.Version(db)
		default.go#L14: 	return DefaultCollection.SetVersion(db, version)
		default.go#L22: 	return DefaultCollection.Register(fns...)
		default.go#L27: 	return DefaultCollection.RegisterTx(fns...)
		default.go#L31: 	DefaultCollection.MustRegister(fns...)
		default.go#L35: 	DefaultCollection.MustRegisterTx(fns...)
		default.go#L40: 	return DefaultCollection.Migrations()
		default.go#L50: 	return DefaultCollection.Run(db, a...)