locale_schema()
Implements hook_schema().
File
core/modules/locale/locale.install, line 53 Install, update, and uninstall functions for the Locale module.
Code
function locale_schema() {
$schema['locales_source'] = array(
'description' => 'List of English source strings.',
'fields' => array(
'lid' => array(
'type' => 'serial',
'not null' => TRUE,
'description' => 'Unique identifier of this string.',
),
'source' => array(