I have a problem with schema validation of revtype column of audit tables
I have declared revtype column as number(3) everything is working fine when i'm using oracle database but when i'm switch to h2 i have exception revtype
revtype column found decimal expected tinyint
Any ideas how can it works on h2 and oracle ?
Extending h2 dialect and changing column definition for integer worked