Sunday 23 November 2014

Data truncation: Data too long for column 'image'

com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'image' 


TINYBLOB   :     maximum length of 255 bytes  
BLOB       :     maximum length of 65,535 bytes  
MEDIUMBLOB :     maximum length of 16,777,215 bytes  
LONGBLOB   :     maximum length of 4,294,967,295 bytes  



hibernate mediumblob annotation


No comments:

Post a Comment