Renovate did it’s job and upgraded hibernate from 6.2.9 to 6.3.1 and it failed on mariadb
because of the expected enum type in ddl and NOT varchar which was defined.
So the question is if 6.3.2 could get a property (same as uuid has hibernate.type.preferred_uuid_jdbc_type): hibernate.type.preferred_enum_jdbc_type
Thx.
PS I know I can fix it with columnDefinition, or JdbcType related annotations but just saying it would be nice.