Skip to content

Commit

Permalink
Merge pull request #47 from manu844/mysql8-utf8-default-charset
Browse files Browse the repository at this point in the history
add mysql 8 utf8 default charset to character set map.
  • Loading branch information
sergiosalvatore committed Jul 8, 2024
2 parents 09be725 + 6c6063d commit 9573a8e
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 9573a8e

Please sign in to comment.