diff --git a/source/docs/storage-drivers.md b/source/docs/storage-drivers.md index 80846ebf..f5327ebb 100644 --- a/source/docs/storage-drivers.md +++ b/source/docs/storage-drivers.md @@ -33,7 +33,9 @@ Finally, run the migration: php artisan migrate ``` -> Note: If you have existing migrations related to your app in `database/migrations`, move them to `database/migrations/tenant`. You can read more about tenant migrations [here](/docs/console-commands/#migrate). +> If you use a non-default connection, such as `central`, you have to specify which DB to migrate using the `--database` option. +> +> If you have existing migrations related to your app in `database/migrations`, move them to `database/migrations/tenant`. You can read more about tenant migrations [here](/docs/console-commands/#migrate). ## Redis {#redis}