forum_schema()
Implements hook_schema().
File
core/modules/forum/forum.install, line 63 Install, update, and uninstall functions for the Forum module.
Code
function forum_schema() {
$schema['forum'] = array(
'description' => 'Stores the relationship of nodes to forum terms.',
'fields' => array(
'nid' => array(
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,
'default' => 0,
'description' => 'The {node}.nid