[torque-data-model] Error [line 39, row 44]: Attribute "type" with value "TEXT" must 
have a value from the list "BIT TINYINT SMALLINT INTEGER BIGINT FLOAT REAL NUMERIC 
DECIMAL CHAR VARCHAR LONGVARCHAR DATE TIME TIMESTAMP BINARY VARBINARY LONGVARBINARY 
NULL OTHER JAVA_OBJECT DISTINCT STRUCT ARRAY BLOB CLOB REF BOOLEANINT BOOLEANCHAR 
DOUBLE ".

In PostgreSQL there is a data type called TEXT (I know other DBMSs have this too).  It 
is basically a VARCHAR with no size limit (well.... you know).  Anyway, is there a way 
to specify a type not covered in the above list?  Perhaps by specifying "OTHER"?  I've 
searched through the Torque documentation as well as the message archive, but couldn't 
find anything.

Thanks so much!
Jeff Owens

Reply via email to