Basing the on JavaDoc of columnDefinition attribute, have you tried @Column(columnDefinition = "CHAR(32)")?
(Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to the generated SQL to create a column of the inferred type.
IMO this is not a bug.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Basing the on JavaDoc of columnDefinition attribute, have you tried @Column(columnDefinition = "CHAR(32)")?
IMO this is not a bug.