mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
Make DBs use utfmb4_unicode_ci
This commit is contained in:
parent
3cb5efc654
commit
aabe48b54a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class DatabaseManager
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return DB::statement("CREATE DATABASE `$name`");
|
return DB::statement("CREATE DATABASE `$name` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDriver(): ?string
|
public function getDriver(): ?string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue