如何修复此警告(警告:不再支持约束选项(在StayPal for user_id上定义)--我使用的是Neo4j.rb >8 neo4j >3
http://neo4jrb.readthedocs.io/en/8.0.x/ActiveNode.html
using property :user_id, constraint: :unique如何增加统一性?
发布于 2017-03-23 18:02:32
在neo4j gem的8.0版本中,不支持为自动创建模型定义约束。请参阅升级指南的以下部分:http://neo4jrb.readthedocs.io/en/8.0.x/UpgradeGuide.html#indexes-and-constraints
https://stackoverflow.com/questions/42983281
复制相似问题