In the v2.3 version I have managed to introduce a bug where @Lob types are mapped to the incorrect JDBC types.
byte[] is mapped to BINARY (rather than BLOB) and String is mapped to VARCHAR rather than CLOB.
This means the DDL generated has the wrong DB type.
Fixed this in HEAD.