Example) Building a site where there is a hierarchal structure like so: Territory -> Gang -> Wizard.
Each one of these objects will have very close to the same columns (uid, wins, losses, hp etc..). Users can create territories (different types of territories), gangs, and wizards. Wizards can be a direct child of territory.
Would it make sense to store all three objects in a single table with different tables based on the territory type?