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

【Sequelize】使用ORM建表,默认字符集不能显示中文 #127

Open
vanoneang opened this issue Jun 25, 2021 · 0 comments
Open

Comments

@vanoneang
Copy link
Member

描述 bug

  • 你是如何操作的?
    使用ORM建表
  • 发生了什么?
    入库的中文不能正常显示
  • 你觉得应该出现什么?
    中文可正常显示

使用 SQL 可展示每个字段的字符集,默认的 latin1_swedish_ci 不能正常显示中文。

show full COLUMNS from lin_user;
vanoneang added a commit that referenced this issue Jun 25, 2021
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

No branches or pull requests

1 participant