JPA BLOB Size
404845Aug 28 2006 — edited Sep 4 2006I am having trouble increasing the default BLOB size. Here are my field's annotations:
@Column(length=512000)
@Basic(fetch = FetchType.LAZY)
private byte[] assetFile;
The lenght seem to be ignored when generating the database schema.