This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 仮に RPG 的なソーシャルゲームだとして。。。 | |
# | |
# == 前提 | |
# | |
# * 武器やボスは、ユーザーとの中間テーブルとマスターデータが別テーブルになってます。 | |
# * User <>--- Weapon ---<> WeaponMaster 的な。 | |
# * User は同じ種類の (master の id が同じ) 武器をいっぱい持てます。 | |
# * User は同じ種類のボスはひとつしか持てないです。 | |
# | |
# == やりたい事 |
NewerOlder