I have a column in my SQL-2005 database that used to be a varchar(max), but it has been changed to an nvarchar(max).
I think it is registerColumnType(Types.VARCHAR, "nvarchar($l)"); // l like _l_ength, not 1.