Hi, I would like to use the json type from PostgreSQL 9.4 in my database table.
I did write a custom Type to handel the conversion from and to a JSON object which works nice from my first tests. My only problem is that I cannot define the json field type in the cayenne modeler 3.1 and have to modify the sql code for schema creation by hand for this. Is there a way to add and use my own types in the cayenne modeler ? Best, André