mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
removed h2, added h1
This commit is contained in:
parent
d4a6010385
commit
6cf66961a8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ extends: _layouts.documentation
|
||||||
section: content
|
section: content
|
||||||
---
|
---
|
||||||
|
|
||||||
## Creating tenants
|
# Laravel Sail {#sail}
|
||||||
|
|
||||||
By default sail has the `ALL` privilege on the default database (here it is the central database).
|
By default sail has the `ALL` privilege on the default database (here it is the central database).
|
||||||
In order to create, read, update and delete operations related to the database, we will assign `ALL` privilege on all databases via the wildcard `*`;
|
In order to create, read, update and delete operations related to the database, we will assign `ALL` privilege on all databases via the wildcard `*`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue