mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update configuration.blade.md
This commit is contained in:
parent
09f6c5d0c0
commit
9e900252d7
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ 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 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`
|
2. update the `tenants` table migration to use an incrementing column type instead of `string`
|
||||||
|
3. update the `domains` table migration `tenant_id` column to the same type as `tenants` id
|
||||||
|
|
||||||
### Domain model {#domain-model}
|
### Domain model {#domain-model}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue