Hibernate fails to create a table with title "schema" or "condition"

Hi,

There is a similar issue in hibernate bitbucket issue:
https://hibernate.atlassian.net/browse/HHH-15053

Does anyone know how to solve this problem? I’m stuck with this problem :frowning:
Thanks.

You have to quote the table name because schema is a keyword on databases.