View Single Post
Old 12-09-2021, 04:20 PM   #1
FleetWalker
Minors (Double A)
 
Join Date: May 2002
Location: Granby, CT
Posts: 127
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.
FleetWalker is offline   Reply With Quote