在datastax图6.7.4中,我们在两个顶点之间有一条边。
如何从架构本身中删除边缘?
我尝试了这个:
schema.edgeLabel("belongswihin").connection("poi","region").drop()
but there is no drop
method to delete an edge like this.
我不能跑步:
schema.edgeLabel("belongswithin").drop()
因为我不想在其他两个顶点之间使用相同的边缘?