@@ -23,7 +23,7 @@ create class if not exists /test/basic3 (
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 ;
+) with core=cacheonly, nickname='basic3';
create class if not exists /test/basic3 (
name text,