system_schema()
Implements hook_schema().
File
core/modules/system/system.install, line 892 Install, update and uninstall functions for the system module.
Code
function system_schema() {
$schema['key_value'] = array(
'description' => 'Generic key-value storage table. See the state system for an example.',
'fields' => array(
'collection' => array(
'description' => 'A named collection of key and value pairs.',
'type' => 'varchar_ascii',
'le