137,138c137,138 < 'lat' => array('type' => 'double', 'not null' => TRUE, 'default' => 0), < 'lon' => array('type' => 'double', 'not null' => TRUE, 'default' => 0), --- > 'lat' => array('type' => 'float8', 'not null' => TRUE, 'default' => 0), > 'lon' => array('type' => 'float8', 'not null' => TRUE, 'default' => 0), 629c629 < } \ No newline at end of file --- > }