Unfortunately I can’t reproduce the issue.
I’ve just checked the case above, and it works for me as expected.
“jsonb” for PostgreSQL and “CLOB” for other DBMS types.
What Jmix Studio version do you use?
Is it possible to provide small sample project where the issue can be reproduced?
Did you try to define @Ddl annotation for each DBMS type your application supports? Not using “default” one without dbms attribute.
What i have noticed is that i have the issue when the custom datatype is in an addon (that is the case).
When i create a custom datatype in the project, works as expected.