mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Added missing config key reference for id_generator
This commit is contained in:
parent
3387736baa
commit
c00b0a8d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ The `Stancl\Tenancy\Database\Concerns\GeneratesIds` trait, which is applied on t
|
|||
|
||||
If you wish to use autoincrement ids instead of uuids:
|
||||
|
||||
1. set this config key to null, or create a custom tenant model that doesn't use this trait
|
||||
1. set this config key `tenancy.id_generator` to null, or create a custom tenant model that doesn't use this trait
|
||||
2. update the `tenants` table migration to use an incrementing column type instead of `string`
|
||||
|
||||
### Domain model {#domain-model}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue