In version 1, is it possible to indicate a DEFAULT value for a string: eg: CREATE TABLE questions ( ... qType String(50,'ASCII') NOT NULL DEFAULT 'test', ... ... ); When I do this, I get an error "comma expected".