mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
wip
This commit is contained in:
parent
23c4bc1b95
commit
17c59ca875
1 changed files with 3 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue