DDL generation/validation missing prefered enum type

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.

It would be best if you create a JIRA issue for this topic.

Well I do not have a jira (atlasian) account for hibernate space.

You can easily create an account here: https://hibernate.atlassian.net/