Setup/DBC
* use utf8mb4 for dbc_* tables
This commit is contained in:
parent
a03d44ae67
commit
90b04865f5
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ class DBC
|
|||
else
|
||||
$query = substr($query, 0, -2);
|
||||
|
||||
$query .= ') COLLATE=\'utf8_general_ci\' ENGINE=MyISAM';
|
||||
$query .= ') COLLATE=\'utf8mb4_unicode_ci\' ENGINE=MyISAM';
|
||||
|
||||
DB::Aowow()->query('DROP TABLE IF EXISTS ?#', $this->tableName);
|
||||
DB::Aowow()->query($query);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue