Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Geddy 应用程序,我需要一个“拥有并属于许多”关联。这可能吗?文档中似乎只支持 hasOne、hasMany 和 belongsTo 关联。
您是否尝试过堆叠关联?
this.hasOne('thing') this.hasMany('things')
你应该能够。否则,请提交问题或在#geddy freenode IRC 频道上跳转,我们将为您提供帮助。