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
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1864
Actions