mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:54:05 +00:00
finally fixed the migrations issue
This commit is contained in:
parent
170392f15f
commit
f7ca2937fd
5 changed files with 32 additions and 16 deletions
|
|
@ -2,9 +2,17 @@
|
|||
|
||||
return [
|
||||
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver',
|
||||
'db_storage' => [
|
||||
'data_column' => 'data',
|
||||
'custom_columns' => [],
|
||||
'storage' => [
|
||||
'db' => [
|
||||
'data_column' => 'data',
|
||||
'custom_columns' => [
|
||||
// 'plan',
|
||||
],
|
||||
'connection' => 'central',
|
||||
],
|
||||
'redis' => [
|
||||
'connection' => 'tenancy',
|
||||
],
|
||||
],
|
||||
'tenant_route_namespace' => 'App\Http\Controllers',
|
||||
'exempt_domains' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue