mirror of
https://github.com/stancl/tenancy-docs.git
synced 2026-03-21 20:44:03 +00:00
Merge 1b5ff75a7d into 2be4b681d0
This commit is contained in:
commit
a458889361
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ class MyUniqueIDGenerator implements UniqueIdentifierGenerator
|
|||
}
|
||||
```
|
||||
|
||||
and then set the `tenancy.unique_id_generator` config to the full path to your class.
|
||||
and then set the `tenancy.id_generator` config to the full path to your class.
|
||||
|
||||
Note that you may have to make the `id` column on the `tenants` table larger, as it's set to the exact length of uuids by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue