Skip to content

[DX] Set default_table_options to match default utf8mb4 charset #384

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

Closed
wants to merge 1 commit into from
Closed

[DX] Set default_table_options to match default utf8mb4 charset #384

wants to merge 1 commit into from

Conversation

keichinger
Copy link

Q A
License MIT

The default_table_options options should match the default charset utf8mb4 so the migrations will generate each table with utf8mb4 + utf8mb4_unicode_ci instead of utf8 + utf8_unicode_ci, so users don't have to specify the table_options for each entity.

The `default_table_options` options should match the default charset `utf8mb4` so the migrations will generate each table with `utf8mb4` + `utf8mb4_unicode_ci` instead of `utf8` + `utf8_unicode_ci`, so users don't have to specify the `table_options` for each entity.
@fabpot
Copy link
Member

fabpot commented Mar 20, 2018

Closing as a duplicate of #368

@fabpot fabpot closed this Mar 20, 2018
@apfelbox
Copy link

@fabpot would it be possible to merge #368 then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants