@klaus Ok, our case is a little different.
-
We are operating with local- and offset date time and the database is not generated by Jmix/Liquibase
-
We are using these entities in read-only context - not storing to the MySQL database at all
@Column(name = “date”, columnDefinition = “DATETIME”)
private LocalDateTime datum;@Column(name = “date_sql”, columnDefinition = “TIMESTAMP”)
private OffsetDateTime datumSQL;
Sorry, for confusing your issue.