Ability to config character and collation sets for schema
vitalyu opened this issue · 0 comments
vitalyu commented
Problem description
Source schema may have different encoding than destination server
Additional information
Example:
CREATE DATABASE IF NOT EXISTS `{databaseName}` character set utf8mb4 collate utf8_unicode_ci;
To read: