Does Axonframework have a strict need of CLOB fields

Hi all,
It seems that the postgresql driver has issues with CLOBs (or at least mine does), does Axon have a requirement on it if the DB is used as an EventStore?
Has anyone used postgresql successfully with Axon?

Regards,
Srdan

Hi Srdan,

you can choose any type of column, as far as I know, as long as it is big enough to contain the event data. Probably, Hibernate has generated these column types for you.

Cheers,

Allard