delete from /test/basic3 with version /** onerror(continue) noerrinfo() **/ ; drop class if exists /test/basic3/ ; create class if not exists /test/basic3 ( v_varchar STRSTR, v_text text, v_string text, v_int int, v_bigint bigint, v_smalldouble double, v_double DOUDOU, v_float float, v_bool bool, v_blob blob, indexes(v_varchar, v_text, v_string, v_int, v_bigint, v_double, v_float, v_smalldouble, v_bool), keys(v_varchar, v_text) ) with core=cacheonly ; create class if not exists /test/basic3 ( name text, keys(name) ) with nickname='basic3';