diff --git a/src/Installer.php b/src/Installer.php index fce1001a0..ac013312d 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -109,6 +109,9 @@ private function createTranslationTable(Schema $schema): void $translationDomainTable->addColumn('key', 'string', [ 'notnull' => true, 'length' => 190, + 'platformOptions' => [ + 'collation' => 'utf8mb4_bin', + ], ]); $translationDomainTable->addColumn('type', 'string', [