Skip to content

Commit

Permalink
add mysql 8 utf8 default charset to character set map.
Browse files Browse the repository at this point in the history
  • Loading branch information
manu844 committed Jul 4, 2024
1 parent 09be725 commit 6c6063d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Processor/CreateProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ final class CreateProcessor
'utf32' => 'utf32_general_ci',
'utf8' => 'utf8_general_ci',
'utf8mb4' => 'utf8mb4_general_ci',
'utf8mb3' => 'utf8mb3_general_ci'
];

public static function makeTableDefinition(
Expand Down

0 comments on commit 6c6063d

Please sign in to comment.