dblayeroo : return tor utf8 as indexes can not supports 255 chars

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-07-06 18:50:48 +00:00
parent 2c953b5428
commit 71aa47a032

View File

@@ -520,7 +520,7 @@ class dblayeroo
$sql .= " ".$k[2];
$i++;
}
$sql .=") ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;";
$sql .=") ENGINE=InnoDB DEFAULT CHARSET=utf8;";
break;
case "pgsql":
$sql = "CREATE TABLE IF NOT EXISTS ".