We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最近は、お問い合わせ覧などに絵文字を入力されるユーザーが増えており、 utf8 のままだとシステムエラーになってしまい、機会損失につながりやすい。 MySQL での charset の初期値を utf8mb4 にし、絵文字を使用できるようにする。
dbal: charset
dbal: default_table_options: collate
utf8mb4_bin
お問い合わせ覧に絵文字を入力する
The text was updated successfully, but these errors were encountered:
#4796 で対応
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
最近は、お問い合わせ覧などに絵文字を入力されるユーザーが増えており、 utf8 のままだとシステムエラーになってしまい、機会損失につながりやすい。
MySQL での charset の初期値を utf8mb4 にし、絵文字を使用できるようにする。
期待する内容(Expect) or 要望 (Requirement)
dbal: charset
の初期値を utf8mb4 にするdbal: default_table_options: collate
はutf8mb4_bin
に変更した方が良いかもしれない再現手順(Procedure)
お問い合わせ覧に絵文字を入力する
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: