throw new org.hsqldb_voltpatches.HSQLInterface.HSQLParseException(msg);
}
if (typestring.compareTo("VARCHAR") == 0) {
assert(dataType instanceof CharacterType);
CharacterType ct = (CharacterType)dataType;
column.attributes.put("bytes", String.valueOf(ct.inBytes));
}
// see if there is a default value for the column
Expression exp = getDefaultExpression();