Model Configuration
sharedModel()
Signature
Section titled “Signature”sharedModel() — returns void
Available in: model
Category: Multi-Tenancy
Description
Section titled “Description”Marks this model as shared — it will always use the default application datasource
even when a tenant is active. Use this for models like Tenant, Plan, or any
lookup table that lives in the central database rather than per-tenant databases.