search_schema()
Implements hook_schema().
File
core/modules/search/search.install, line 11 Install, update, and uninstall functions for the Search module.
Code
function search_schema() {
$schema['search_dataset'] = array(
'description' => 'Stores items that will be searched.',
'fields' => array(
'sid' => array(
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,
'default' => 0,
'description' => 'Search item I