salesagility_SuiteCRM/install/suite_install/collations.php

16 lines
310 B
PHP

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