mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Use MySQL by default; create migrations/tenant in tenancy:install
This commit is contained in:
parent
be077ae73c
commit
47fb158b59
3 changed files with 12 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ return [
|
|||
// 'localhost',
|
||||
],
|
||||
'database' => [
|
||||
'based_on' => 'sqlite',
|
||||
'based_on' => 'mysql',
|
||||
'prefix' => 'tenant',
|
||||
'suffix' => '',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue