Schema cloud
Tables documented: 9
| English table | Italian original table | Description |
|---|---|---|
cloud.dictionary_translations | cloud._translate | System dictionary for UI multi-language support, including gender and number inflections. |
cloud.external_integration_tokens | cloud.integration_tokens | Storage for API tokens and access keys used by external client applications. |
cloud.languages | cloud._language | System-wide lookup table for supported languages in the application interface. |
cloud.navigation_menu | hr.menu | Navigation menu entries and hierarchy. |
cloud.oauth_providers | cloud._oauth_providers | Configuration details for external OAuth2 identity providers. |
cloud.tenant_history_log | cloud._tenant_history | Audit log of all lifecycle events and state changes for tenants. |
cloud.tenants | cloud._tenant | Master table for multi-tenant isolation. Each row represents a client organization instance. |
cloud.user_oauth_logins | cloud._oauth_logins | Stores active OAuth sessions and external provider mapping for users. |
cloud.users | cloud._users | Central identity table for all individuals accessing the platform. |