Actions
Feature proposal #9117
closedImplement default collation for createTable
Description
createTable in DatabaseUpgrade does not set a default collation. This falls on SQL default collation, which often is not properly set by users. Implement defaulting this to the following or at the very least matching Joomla collation.
utf8mb4_unicode_ci
Actions