dialect/sql/schema: minor style change (#557)

This commit is contained in:
Ariel Mashraki
2020-06-17 23:12:03 +03:00
committed by GitHub
parent afd1ff0dfd
commit 55c48a7ef8

View File

@@ -25,7 +25,7 @@ const (
)
// MigrateOption allows for managing schema configuration using functional options.
type MigrateOption func(m *Migrate)
type MigrateOption func(*Migrate)
// WithGlobalUniqueID sets the universal ids options to the migration.
// Defaults to false.