dblayeroo : utf8mb4 instead of utf8 charset in MySQL
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4250 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -520,7 +520,7 @@ class dblayeroo
|
||||
$sql .= " ".$k[2];
|
||||
$i++;
|
||||
}
|
||||
$sql .=") ENGINE=InnoDB DEFAULT CHARSET=utf8;";
|
||||
$sql .=") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;";
|
||||
break;
|
||||
case "pgsql":
|
||||
$sql = "CREATE TABLE IF NOT EXISTS ".
|
||||
|
||||
Reference in New Issue
Block a user