We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The charset for DDL generation and SQL import files is now UTF-8 by default instead of being the system charset.
You can override it by adding quarkus.hibernate-orm.database.charset=<your charset> to your application.properties.
quarkus.hibernate-orm.database.charset=<your charset>
application.properties
main