Isolates tenants by stamping a tenant column on every row.
The default column name is 'tenant_id', configurable at construction.
Implements the 'column' arm of ITenantIsolationStrategy.
readonly
kind: "column"
getTenantColumn(): string
Return the column name used to stamp tenant ids on rows.