Default CLOB length in MySQL (Hibernate 6)

Thanks for the report. Please create a JIRA issue for this bug. In the meantime, you should be able to workaround this by specifying a length via @Column(length = 16_777_216) since 16_777_215 is the maximum mediumtext length.