world_default.xml - size limit on city id field ?
Does anyone know what the upper limit on the size of the integer in id field for cities?
I'm guessing it's either 16,777,215 (3-bytes; MEDIUMINT) or 4,294,967,295 (4-bytes; INT). Might be half that if the database doesn't specify unsigned integers.
|