Skip to content

Change datatype in ImageEntity for byte array

Change from @Lob to @Basic.

@Lob uses the large object table in Postgresql which is not very good for database backup. @Basic uses a byte[] column.