问题的具体描述
创建顶点语句
CREATE TAG IF NOT EXISTS phone(jzdh string,khrq timestamp DEFAULT 0,tjrq timestamp DEFAULT 0,jzzt string);
手动插入语句
insert vertex phone(jzdh,khrq,tjrq,jzzt) values “12345678911”:(“12345678911”, “2018-09-13 17:01:25”,“2018-09-13 17:01:25”,“在用”);
直接报错:Storage Error:the data type does not meet the requirements.Use the correct type of data。