I develop a website where there is a notion of city group. Where a group is defined by a city parent and cities as childs. So I need to store a relation between a parent city and child cities (1:n relation).
I was wondering was is the best schema to define for that. For instance we would have : Paris (parent) --> Neuilly (child), Vincennes (child), St Mandé (child), etc...