diff --git a/gobbler/install.php b/gobbler/install.php index b33f70e13f035b84bbee0310b308969e2e42bd80..17d4df5fd6747a16e6b297398efd25ef9be33d45 100644 --- a/gobbler/install.php +++ b/gobbler/install.php @@ -45,7 +45,7 @@ if (isset($_POST['install'])) { //Create tables $res = $mdb2->query("CREATE TABLE Places( - location_uri VARCHAR(255), + location_uri VARCHAR(255) unique, latitude FLOAT, longitude FLOAT, country CHAR(2));");