Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ddl Missing support for character set / encoding #235

Open
FalkHe opened this issue Dec 15, 2021 · 0 comments
Open

Ddl Missing support for character set / encoding #235

FalkHe opened this issue Dec 15, 2021 · 0 comments

Comments

@FalkHe
Copy link

FalkHe commented Dec 15, 2021

Feature Request

Q A
New Feature yes
RFC not sure
BC Break no

Summary

I'm missing the ability to specify the default character set for tables and the character set for columns. I can't find anything to that in the docs nor in the code.

I need to create something like

CREATE TABLE `something` (
    `key` varchar(16) CHARACTER SET ascii COLLATE ascii_bin,
    `title` varchar(255) NOT NULL DEFAULT NULL,
    PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant