Assume there is a table which has id INTEGER AUTO_INCREMENT NOT NULL. It has no DEFAULT value, which means it should be NULL, however, (empty string) is returned. Moreover, integer cannot have an empty string default value. Is it CUBRID specification or can you change this value?