我有一个 Items 表和一个关联的 ItemPrices 表设置与 has_many 关联。ItemPrices 表也有一个 tier_id 字段。
所以结构基本上是
Item ItemPrices
--------- ------------
id id
ancestry item_id
title tier_id
price
Items 表的设置与 has_ancestry 一样,并且工作正常。
如何获取 itemprices 处于特定层级的项目层次结构?