Neo4j.rb 警告:不再支持约束选项?
Neo4j.rb WARNING: The constraint option is no longer supported?
如何修复此警告(警告:不再支持约束选项(在 user_id 的 StayPal 上定义)
我在用
Neo4j.rb > 8
neo4j > 3
正在关注
http://neo4jrb.readthedocs.io/en/8.0.x/ActiveNode.html
using property :user_id, constraint: :unique
如何添加唯一性?
从 neo4j 的 8.0 开始,不支持为自动创建模型定义约束 gem。请参阅升级指南的这一部分:http://neo4jrb.readthedocs.io/en/8.0.x/UpgradeGuide.html#indexes-and-constraints
如何修复此警告(警告:不再支持约束选项(在 user_id 的 StayPal 上定义) 我在用 Neo4j.rb > 8 neo4j > 3 正在关注
http://neo4jrb.readthedocs.io/en/8.0.x/ActiveNode.html
using property :user_id, constraint: :unique
如何添加唯一性?
从 neo4j 的 8.0 开始,不支持为自动创建模型定义约束 gem。请参阅升级指南的这一部分:http://neo4jrb.readthedocs.io/en/8.0.x/UpgradeGuide.html#indexes-and-constraints