Table configuration patterns
Owner-based access
ownerColumn matches their user ID.
Organization-based access
orgColumn matches any of their organization memberships.
Admin bypass
Group membership access
Scope-gated access
Inherited access
Access evaluation order
- Owner access (
ownerColumnmatch) - Group membership access (scope + membership)
- Bypass scopes (scope match)
RLS context
Injected automatically into everyctx.db query:

