a0f005d70ecb78a51580a8247a1755f9c53e74d2 galt Mon Jun 13 16:23:42 2016 -0700 Initial check-in of geoIp basics. diff --git src/hg/geoIp/continent.as src/hg/geoIp/continent.as new file mode 100644 index 0000000..edd49f7 --- /dev/null +++ src/hg/geoIp/continent.as @@ -0,0 +1,7 @@ +table continent +"The continents of the world." +( +string id; "Continent id code. Two letters." +string name; "Continent name" +) +