How much database column length should i allocate for Google Maps place_id? -
i'm using google maps api , need store relations of own geo objects administrative areas using reverse geocoding in sql database. want use place_id
uniquely identify area, docs don't give me clue how long may be. should use varchar(255)
usual?
Comments
Post a Comment