1

Items テーブルと、関連付けられた ItemPrices テーブルが has_many 関連付けで設定されています。ItemPrices テーブルには、tier_id フィールドもあります。

なので構造は基本的に

Item                      ItemPrices
---------                 ------------
id                        id
ancestry                  item_id
title                     tier_id
                          price

Items テーブルは has_ancestry と同様にセットアップされ、正常に動作しています。

アイテムの価格が特定の階層にあるアイテムの階層を取得するにはどうすればよいですか?

4

1 に答える 1