0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-24 00:29:35 +00:00
salesagility_SuiteCRM/install/suite_install/collations.php
2021-10-05 16:09:12 +01:00

16 lines
310 B
PHP

<?php
$collations = array(
'mysql' =>
array(
array(
'name' => 'utf8mb4_general_ci',
'charset' => 'utf8mb4',
),
array(
'name' => 'utf8_general_ci',
'charset' => 'utf8',
),
),
);