Update configuration.blade.md (#147)

This commit is contained in:
emargareten 2021-12-06 17:25:19 +02:00 committed by GitHub
parent 09f6c5d0c0
commit e3d7e5bcc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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}