From 9e900252d70ee014397d137e640a4a6db4f6c6be Mon Sep 17 00:00:00 2001 From: emargareten <46111162+emargareten@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:04:28 +0200 Subject: [PATCH] Update configuration.blade.md --- source/docs/v3/configuration.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/docs/v3/configuration.blade.md b/source/docs/v3/configuration.blade.md index 8f11854..ba4d1aa 100644 --- a/source/docs/v3/configuration.blade.md +++ b/source/docs/v3/configuration.blade.md @@ -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}