HSQL DDL generation, varbinay is mapped to longvarbinary

During development of ER diagram I found that varbinay type is mapped to longvarbinary in case of HSQLDB DBMS. The result looks like:

create table TEST (ID bigint generated by default as identity (start with 1), IP_ADDRESS longvarbinary(16), primary key (ID));

This is wrong format for HSQLDB and it is resulted in: “Unexpected token in statement [create table…]”

////////////////////////////////////////

Sorry. This is wrong forum. Topic moved to:
http://forums.visual-paradigm.com/posts/list/0/2742.html