Neo4j.rb项目。从文件里。
student = Student.first
lesson = Lesson.new
student.lessons << lesson如何为student和lesson之间的关系传递关系属性的参数
发布于 2021-04-22 20:24:18
好的。它不在文档中,而是在screencasts中
student.lessons.create(lesson, enrolment_date: "blah")https://stackoverflow.com/questions/67211984
复制相似问题