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
MySQL环境下 Dao在创建内置关联表时忽略表的Engine和charset,这可能会导致其与创建的主表存在不一致的情况发生,建议创建关联表时同时加上Engine和charset两个选项,使其同主表保持一致
The text was updated successfully, but these errors were encountered:
e8a5f76
wendal
No branches or pull requests
MySQL环境下 Dao在创建内置关联表时忽略表的Engine和charset,这可能会导致其与创建的主表存在不一致的情况发生,建议创建关联表时同时加上Engine和charset两个选项,使其同主表保持一致
The text was updated successfully, but these errors were encountered: