javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1
Posted cjj2503
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1相关的知识,希望对你有一定的参考价值。
Data truncation: Data too long for column ‘xxx’ at row 1
出现这种问题一般是数据库建立时候没有分配好字符的宽度
箭头处填写宽度即可解决此问题
以上是关于javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1的主要内容,如果未能解决你的问题,请参考以下文章