We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09be725 + 6c6063d commit 9573a8eCopy full SHA for 9573a8e
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