Unsuccessful: alter table XXX drop constraint YYY in Hibernate/JPA/HSQLDB standalone

后端 未结 6 1545
忘掉有多难
忘掉有多难 2020-12-04 12:13

I am trying to run some Hibernate/JPA examples using an in-memory HSQL DB. The error message I get is the following:

13:54:21,427 ERROR SchemaExport:425 - HH         


        
6条回答
  •  再見小時候
    2020-12-04 12:51

    Just set dbCreate="update", and the errors go away immediately.

    See: https://stackoverflow.com/a/31257468/715608

提交回复
热议问题