Tenant Scoping
✓ functionalConfigure the multi-tenant missing-filter guard: whether it runs, the tenant column, and the tenants table.
Configure SQLly's multi-tenant missing-filter guard for the current database. Four modes: Off, Allowed (recognize tenant filters, never nag), Warn (the default - a tenant-scoped table queried without its tenant predicate gets a validation warning), and Required (that omission becomes a blocking error and Run refuses). It is how you teach SQLly what "forgot the tenant filter" means for your schema.
Leave the tenant column blank and the guard uses the usual conventions -
TenantId, AccountId, OrganizationId and their
underscored forms - or name your own column to narrow detection. Optionally point it at
the tenants table itself, with its id and display-name columns. Changes save on every
keystroke and apply to the next validation; the settings live per server-and-database in
a plain local file, like the rest of your SQLly configuration.
