[BUG] Data too long for Mysql "tppoint"
Akr-on opened this issue ยท 1 comments
exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'tppoint' at row 1
Sometime tppoint is too long that it cannot save to mysql, size of mysql field "tppoint" is 20 when table created,
I solved it by modify to 255
Fixed on ef0a117