We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1503c4 commit f2a03afCopy full SHA for f2a03af
1 file changed
src/Installer.php
@@ -109,6 +109,9 @@ private function createTranslationTable(Schema $schema): void
109
$translationDomainTable->addColumn('key', 'string', [
110
'notnull' => true,
111
'length' => 190,
112
+ 'platformOptions' => [
113
+ 'collation' => 'utf8mb4_bin',
114
+ ],
115
]);
116
117
$translationDomainTable->addColumn('type', 'string', [
0 commit comments