array('type' => 'int', 'not null' => FALSE), 'location' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE), ); $indexes = array( 'location' => array('location'), ); return array( 'columns' => $columns, 'indexes' => $indexes, ); }