go-role icon indicating copy to clipboard operation
go-role copied to clipboard

TablePrefix when initializing db

Open kfuseini opened this issue 2 years ago • 0 comments

I would like to request TablePrefix be included in the options when initializing permify like in this version of go-role: https://pkg.go.dev/github.com/galexrt/go-role#pkg-types.

type Options struct {
	Migrate      bool
	DB           *gorm.DB
	TablePrefix  *string
}

kfuseini avatar Apr 02 '23 07:04 kfuseini