Skip to content

Commit

Permalink
Use default character set utf8mb4.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Mar 17, 2021
1 parent 0d848c2 commit b9dbda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ddl/0010_create_database.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
drop database if exists test;

create database test default character set utf8;
create database test default character set utf8mb4 collate utf8mb4_general_ci;

0 comments on commit b9dbda9

Please sign in to comment.