I am trying to execute insert statement through hibernate hibernate.save(entity) to table.It gives error:
SQL Error: 8152, SQLState: 22001
String or binary data would be truncated.
When I try to execute query on sql editor it works fine but through hibernate.save(entity)
its gives me above error.Can AnyOne please help me out whats the issue is?