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 } ```