Finbuckle.MultiTenant icon indicating copy to clipboard operation
Finbuckle.MultiTenant copied to clipboard

Use TKey for TenantId column

Open Leon99 opened this issue 1 year ago • 4 comments

It looks like IsMultiTenant() is hard-coded to use string for TenantId column. I'm curious as to why not use TKey instead? In most cases I'd rather use Guid for storing tenant Ids.

Leon99 avatar Jun 23 '24 01:06 Leon99