插入边的关系时报错

version:3.0.1

INSERT EDGE `useridnum`(uid,idnum) VALUES  "00001873abb5d9b0a2b08d88397ab9643b939455e6f6d979" ->  1483984275:(1483984275,"00001873abb5d9b0a2b08d88397ab9643b939455e6f6d979");
[ERROR (-1005)]: Wrong vertex id type: 1483984275


INSERT EDGE `useridnum`(`idnum`,`uid`) VALUES  "00001873abb5d9b0a2b08d88397ab9643b939455e6f6d979" ->  "1483984275":("00001873abb5d9b0a2b08d88397ab9643b939455e6f6d979",1483984275);
Execution succeeded (time spent 2278/2726 us)

1483984275 这个vertex id type如下

"CREATE TAG `user` (                                
 `uid` int64 NOT NULL DEFAULT 0                     
) ;

请问“-> “ 前后的vertex都必须要用双引号引注吗? 尽管是int64类型的。

点的类型是全局统一的,你 create space 的时候指定的

嗯 谢谢

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。