I have an entity "Product" @Audited. When I save this entity I got an exception ...
... org.springframework.dao.DataIntegrityViolationException: Data truncation: Out of range value for column 'REVTSTMP' at row 1; SQL [n/a]; nested exception is org.hibernate.exception.DataException: Data truncation: Out of range value for column 'REVTSTMP' at row 1
The column for REVTSTMP is INT instead of BIGINT. Ist this an configuration problem or an error?
|