'Stores MyHook variables.', 'fields' => array( 'name' => array( 'description' => 'The name of the variable.', 'type' => 'varchar', 'length' => 128, 'not null' => TRUE, 'default' => ''), 'value' => array( 'description' => 'The value of the variable.', 'type' => 'text', 'not null' => TRUE, 'size' => 'big'), ), 'primary key' => array('name'), ); return $schema; }