Tried using this with PostgreSQL but I get the following error:
[ERROR] Failed to execute goal com.devskiller.jpa2ddl:jpa2ddl-maven-plugin:0.9.5:generate (default-cli) on project cci-data: Unable to build DatabaseInformation: Table "PG_CLASS" not found; SQL statement:
[ERROR] select relname from pg_class where relkind='S' [42102-196]
Using the org.hibernate.dialect.PostgreSQLDialect, if I switch it to org.hibernate.dialect.MySQL57Dialect (as in the example), I do not get this error.
Tried using this with PostgreSQL but I get the following error:
Using the org.hibernate.dialect.PostgreSQLDialect, if I switch it to org.hibernate.dialect.MySQL57Dialect (as in the example), I do not get this error.
Is there a workaround for this issue?
Thanks!