Tenants are the core concept for multi-tenancy in Quill. Each tenant
represents a separate organization, user, etc.
Tenant Configuration
1. Name
Most commonly the business name. Example: “organization”2. Division
- Row (most common) - Each organization will have its own rows in a table via foreign key,
organization_id
- Schema - Each organization has its own schema
- Database - Each organization has its own database instance
3. Roles
- Owner - Owner is how dashboard data is divided
- Viewer - Viewer can see some list of dashboards
