[Quarkus]Post Migration , Failed to validate Schema: Schema-validation: wrong column type encountered in column
Issue
- I updated RH build of Qurkus from 3.20.0 to 3.27.0.
- After application start i get an error: ERROR [io.qua.hib.orm.run.sch.SchemaManagementIntegrator] (Hibernate post-boot validation thread for
) Failed to validate Schema: Schema-validation: wrong column type encountered in column [XXX] in table [T_XXX]; found [nvarchar2 (Types#NULL)], but expecting [varchar2(20 char) (Types#VARCHAR)]. - In DB (Oracle) field XXX is NVARCHAR2(20) type.
- In Quarkus 3.20.0 everything works fine. No errors.
Environment
- Red Hat build of Quarkus
- 3.27.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.