Good afternoon everyone,
We want to add a column in an already existing table in an H2 database.
We are using in the following environments :
- Java swing
- Hibernate
- H2 database.
Such that we have already tried to use hibernate.hbm2ddl.auto methods (creat,update,)
we got an error saying that the added column not found.
Thank you very much for your help.
Yassine