Or simpler asked: How to get rid off this failure on application startup:
Code:
13:28:42,370 ERROR [SchemaUpdate] Unsuccessful: create table TAudit_Changed_Field (id int8 not null, field varchar(255), afterValue LONGVARCHAR, beforeValue LONGVARCHAR, timeMillis int8 not null, auditRecord_identifier varchar(255), auditRecord_action int4, auditRecord_entity varchar(255), auditRecord_timeMillis int8, auditRecord_changedBy varchar(255), primary key (id))
13:28:42,370 ERROR [SchemaUpdate] ERROR: type "longvarchar" does not exist
for PostgreSQL 8.1 ?