We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09be725 commit 6c6063dCopy full SHA for 6c6063d
src/Processor/CreateProcessor.php
@@ -50,6 +50,7 @@ final class CreateProcessor
50
'utf32' => 'utf32_general_ci',
51
'utf8' => 'utf8_general_ci',
52
'utf8mb4' => 'utf8mb4_general_ci',
53
+ 'utf8mb3' => 'utf8mb3_general_ci'
54
];
55
56
public static function makeTableDefinition(
0 commit comments