We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e09a5b9 + 92c3a06 commit 391c6bcCopy full SHA for 391c6bc
1 file changed
admin/admin_place.php
@@ -41,7 +41,7 @@
41
$q = 'CREATE TABLE IF NOT EXISTS `'.osm_place_table.'` (
42
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
43
`latitude` double(8,6) NOT NULL,
44
- `longitude` double(8,6) NOT NULL,
+ `longitude` double(9,6) NOT NULL,
45
`name` varchar(255) DEFAULT NULL,
46
`parentId` mediumint(8),
47
PRIMARY KEY (id)
0 commit comments