I want to put enum in my entity. But I have an error with validation which JPA wonts smallint set as enum. How I can solve this issue.
"Schema-validation: wrong column type encountered in column [status] in table [
order
]; found [int2 (Types#SMALLINT)], but expecting [int4 (Types#INTEGER)]"[enter image description here]