Open wrabit opened 4 years ago
Great work so far btw!
Thanks! The really simple answer is, I didn't need them. I built this for a project of my own, and I didn't need those relations. I'll take a look at adding them. Shouldn't be difficult.
When you say "foreign key" are you meaning relationships in the Models, or foreign key constraints at the database level?
I was just thinking geonames could be laravel-ized and low and behold... !
I don't need the full database of geonames. For example in a current project i need cities with their countries, administrative areas, continents etc for cities with a population over 10,000.
Is there a reason why there is no foreign keys from geonames table to the admin tables, alternate names, hierarchy (parent and child)?