-
Notifications
You must be signed in to change notification settings - Fork 17
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
当合约方法中出现多个solidity的string类型时,建表将超出mysql单行大小限制报错 #67
Comments
可以将代码里的数据库类型映射JavaTypeEnum中的varchar(4096)改成text |
很好的案例,方便的话 ,可以提个PR么 |
还有分支和环境 方便的话也提供下 谢谢 |
master分支 下面是合约源码 /*
*/
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2024-04-24 17:16:31.091 [pool-2-thread-1] ERROR c.w.b.d.export.tools.DataSourceUtils - export data table create failed, reason is :
java.sql.SQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
The text was updated successfully, but these errors were encountered: